Skip to content

Commit

Permalink
fix: use correct action.
Browse files Browse the repository at this point in the history
  • Loading branch information
jws-1 committed Feb 5, 2024
1 parent 43b56fd commit 397558e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/qualification/nodes/actions/handover_object
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class HandoverObject:
self.tts.wait_for_server()

self._action_server = SimpleActionServer(
"receive_object",
ReceiveObjectAction,
"handover_object",
HandoverObjectAction,
execute_cb=self.execute_cb,
auto_start=False,
)
Expand Down

0 comments on commit 397558e

Please sign in to comment.