issues
search
abr
/
abr_control
Robotic arm control in Python
Other
416
stars
99
forks
source link
Fixed error in joint_dyn_addrs for non-body joints
#101
Closed
studywolf
closed
2 years ago
studywolf
commented
2 years ago
When there were joints that were outside of the main kinematic branch, it was possible for them to be included in the joint_dyn_addrs list erroneously due to incorrect indentation in an if statement.