gapaul / dobot_magician_driver

6 stars 0 forks source link

Fixed end-effector servo jittering and movement #12

Closed tonydle closed 4 years ago

tonydle commented 4 years ago

Fixed a bug in the code that came with the last release. In the stopAllIO() function of dobot_driver.cpp, on initialisation and when software e-stop is called, it previously set all I/O ports to digital output, with output low (0). The servo misinterprets this as a PWM signal, causing it to jitter, and fail to work.