Closed jjehl closed 9 years ago
Issue solved with the changes made in branch dxl-synchronous-register of Pypot.
FYI, it happens because the %timeit magic run many times (here 100 times), so it increases the probability of having an error.
The id 254 is the broadcast id use for sync read.
The command :
dxl_io = pypot.dynamixel.Dxl320IO('COM3', use_sync_read=True)
works fine :
%timeit dxl_io.get_present_position((1, 2, 3, 4)) -> 100 loops, best of 3: 6.9 ms per loop
but using "sync_read": true in the json configuration file raise error :
What means this error ?? Why to motors 254 ??