Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ymollard committed Jun 8, 2019
1 parent 907f132 commit 92668df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ def move(self, type):
self.execute_trajectory(self.motions[type][vote_id], self.motions["joints"], speed=0.6)
rospy.set_param("cs_sawyer/votes/{}/executed".format(type), vote_id + 1)
self.update_lights(self.ANIMATION_IDLE)
self.last_vote = type


if __name__=='__main__':
Expand Down

0 comments on commit 92668df

Please sign in to comment.