Created a new file for the dynamixel servos registers. Removed the information...
Created a new file for the dynamixel servos registers. Removed the information from the other modules. Added static functions to read the configuration files without modifying the class attributes. Removed the punch parameter from the compliance control. Now it can be independently modified and consulted. Added a new configuration parameter to choose the desired dynamixel version. Added delays in the EEPROM write functions to allow time for the write to take effect (necessary for the XL-320 servos).
Showing
- src/CMakeLists.txt 2 additions, 2 deletionssrc/CMakeLists.txt
- src/dynamixel_motor.cpp 176 additions, 68 deletionssrc/dynamixel_motor.cpp
- src/dynamixel_motor.h 23 additions, 47 deletionssrc/dynamixel_motor.h
- src/dynamixel_motor_group.cpp 189 additions, 67 deletionssrc/dynamixel_motor_group.cpp
- src/dynamixel_motor_group.h 24 additions, 3 deletionssrc/dynamixel_motor_group.h
- src/dynamixel_registers.cpp 125 additions, 0 deletionssrc/dynamixel_registers.cpp
- src/dynamixel_registers.h 138 additions, 0 deletionssrc/dynamixel_registers.h
- src/examples/CMakeLists.txt 6 additions, 0 deletionssrc/examples/CMakeLists.txt
- src/examples/motor_testbench.cpp 111 additions, 0 deletionssrc/examples/motor_testbench.cpp
- src/examples/test_dynamixel_motor.cpp 1 addition, 1 deletionsrc/examples/test_dynamixel_motor.cpp
- src/xml/dynamixel_motor_group_cfg_file.xsd 2 additions, 0 deletionssrc/xml/dynamixel_motor_group_cfg_file.xsd
Loading
Please register or sign in to comment