HumaRobotics / dynamixel_hr

Python Library for Robotis Dynamixel motors
Other
35 stars 27 forks source link

Ported to python 3 added bulk read #9

Open s-bl opened 6 years ago

s-bl commented 6 years ago

Ported the library to python 3 and added bulk read function which allows to read registers from a number of motors in one go, reducing latencies. Couldn't find the specifications of the header format for sync read, if someone could point me to something, that would be great.