Skip to content

Commit

Permalink
empty commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PetervDooren committed Apr 21, 2021
1 parent e78b0a2 commit 9df8d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robot_skills/src/robot_skills/arm/arms.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ def send_joint_trajectory(self, configuration, timeout=5.0, max_joint_vel=0.7):
def selfreset(self):
"""
Put the arm into the 'reset' pose
:return: True or False
"""
return self.send_joint_goal('reset', timeout=0.0)
Expand Down

0 comments on commit 9df8d98

Please sign in to comment.