Skip to content

Commit

Permalink
Merge pull request #860 from tue-robotics/fix/garbage
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
MatthijsBurgh committed Jun 13, 2019
2 parents 0d9edb8 + 78ebd8a commit 3ba5fe6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __init__(self, robot):

smach.StateMachine.add("PICK_UP_TRASH", PickUpTrash(robot=robot, trashbin_designator=trashbin_designator,
arm_designator=arm_designator),
transitions={"succeeded": "DROP_DOWN_TRASH)",
transitions={"succeeded": "DROP_DOWN_TRASH",
"failed": "ANNOUNCE_END",
"aborted": "ANNOUNCE_END"})

Expand Down

0 comments on commit 3ba5fe6

Please sign in to comment.