abr / abr_control

Robotic arm control in Python
Other
409 stars 98 forks source link

Fix config, two/three joint arm, and osc bugs #27

Closed studywolf closed 6 years ago

studywolf commented 6 years ago

Fixed up a few bugs found in the two and three joint arms

Fixed up a few bugs in the config

Fixed a bug in the osc code with vmax=None where kv wasn't included

Added pytests to test the symbolically generated equations in the config using two joint arm equations analytically derived in (Spong et al, 2004)

Added an update_display option to the PyGame interface

Updated all the examples to only update every 20 time steps, super speeds things up

p3jawors commented 6 years ago

LGTM