#include <robot.h>
Definition at line 49 of file robot.h.
Robot::Robot |
( |
std::string |
robot_file_path, |
|
|
std::string |
dev_desc_dir_path |
|
) |
| |
int Robot::getControlCycle |
( |
| ) |
|
Dynamixel * Robot::getDynamixel |
( |
std::string |
path, |
|
|
int |
id, |
|
|
std::string |
port, |
|
|
float |
protocol_version |
|
) |
| |
Sensor * Robot::getSensor |
( |
std::string |
path, |
|
|
int |
id, |
|
|
std::string |
port, |
|
|
float |
protocol_version |
|
) |
| |
int robotis_framework::Robot::control_cycle_msec_ |
|
private |
std::map<std::string, Dynamixel *> robotis_framework::Robot::dxls_ |
std::map<std::string, std::string> robotis_framework::Robot::port_default_device_ |
std::map<std::string, Sensor *> robotis_framework::Robot::sensors_ |
The documentation for this class was generated from the following files: