![]() |
Dynamixel
2.9.5
RoadNarrows Robotics Dynamixel Package
|
Dynamixel Hardware Abstraction Layer implementation interface. More...
#include <sys/types.h>
#include <stdint.h>
#include <string>
Go to the source code of this file.
Classes | |
class | libdxl::dxlhal |
Macros | |
#define | MAX_RTD 254 |
max return time delay value for servos | |
#define | SEC_PER_RTD (0.000002) |
seconds per RTD value (2 usec) | |
#define | MAX_T_RTD ((double)MAX_RTD * SEC_PER_RTD) |
maximum time delay at maximum RTD | |
Dynamixel Hardware Abstraction Layer implementation interface.
Based on Robotis Inc. dxl_sdk-1.01
Definition in file dxlhal.h.