UCLV Dynamixel Utils
Loading...
Searching...
No Matches
include
uclv_dynamixel_utils
fingermotor.hpp
1
#pragma once
2
3
#include "motor.hpp"
4
5
using namespace
uclv::dynamixel_utils;
6
11
class
FingerMotor
:
public
Motor
{
12
private
:
13
// Declaration of private variables (if any).
14
15
public
:
16
27
FingerMotor
(
const
std::string& serial_port,
int
baudrate,
float
protocol_version,
28
dynamixel::PortHandler *
const
& portHandler, dynamixel::PacketHandler *
const
& packetHandler,
29
uint8_t
id
);
30
39
FingerMotor
(
const
std::string& serial_port,
int
baudrate,
float
protocol_version,
40
uint8_t
id
);
41
45
FingerMotor
();
46
47
};
FingerMotor
The FingerMotor class represents a finger motor, which is a specific type of motor.
Definition
fingermotor.hpp:11
FingerMotor::FingerMotor
FingerMotor()
Default constructor.
Definition
fingermotor.cpp:43
uclv::dynamixel_utils::Motor
The Motor class represents a single motor connected to the system.
Definition
motor.hpp:14
Generated by
1.11.0