iandanforth / pydynamixel

A fork of the python client for dynamixel servos written by Patrick Goebel hosted on google code.
http://code.google.com/p/pydynamixel/
Other
23 stars 19 forks source link

error message wrongly claims that the maximum id is 233 #5

Closed fps closed 7 years ago

fps commented 7 years ago

https://github.com/iandanforth/pydynamixel/blob/master/dynamixel/dynamixel_network.py#L493

raise ValueError("end_id must be 0 to 233")

should be

raise ValueError("end_id must be 0 to 253")

iandanforth commented 7 years ago

resolved by 5e9d897