arebgun / dynamixel_motor

ROS stack for interfacing with Robotis Dynamixel line of servo motors.
BSD 3-Clause "New" or "Revised" License
70 stars 169 forks source link

Support for X-Series Dynamixels #95

Open MatthewOliverKing opened 3 years ago

MatthewOliverKing commented 3 years ago

Hi! My team has been trying to implement your code as part of the CSIRO's OpenSHC program, which forked your repo here.

We are having to modify your code (mostly the Control Table in the dynamixel_const.py file) to get it to work with our XL-430-w250t and 2XL-430-w250t servos set to protocol 1. We have some success getting information flowing correctly, but have yet been unable to make the servos move with OpenSHC.

Did you end up writing code that supports the X-series Dynamixels? If not, do you know anyone who has?