You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.
This is a hack in teach_motions.py that will prevent the code from workign on other types of robot. It was necessary because Clearpath's simulation has an extra joint in the MoveGroup vs. Vaultbot:
This is a hack for the UR5 simulation
if len(self.joint_names[arm_index]) == 7:
self.joint_names[arm_index] = self.joint_names[arm_index][:-1]
(Trims off any joints beyond the first 6)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is a hack in teach_motions.py that will prevent the code from workign on other types of robot. It was necessary because Clearpath's simulation has an extra joint in the MoveGroup vs. Vaultbot:
This is a hack for the UR5 simulation
if len(self.joint_names[arm_index]) == 7:
self.joint_names[arm_index] = self.joint_names[arm_index][:-1]
(Trims off any joints beyond the first 6)
The text was updated successfully, but these errors were encountered: