Skip to content

Commit

Permalink
fix(hand-over): say "bring the action" at the right time
Browse files Browse the repository at this point in the history
  • Loading branch information
rokusottervanger committed Jun 16, 2018
1 parent 547a183 commit 9bf79f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action_server/src/action_server/actions/hand_over.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ def _configure(self, robot, config):
return
# We can now assume that we are at the destination for handover!

self._robot.speech.speak("Bring the action!")

self._config_result.succeeded = True

def _handover(self):
Expand Down Expand Up @@ -129,7 +131,6 @@ def _handover(self):
arm.occupied_by = None

def _start(self):
self._robot.speech.speak("Bring the action!")
# Handover
self._handover()

Expand Down

0 comments on commit 9bf79f7

Please sign in to comment.