Skip to content

Commit

Permalink
[N/A] Mark successful ExecuteDance goals as successful (#427)
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <[email protected]>
  • Loading branch information
mhidalgo-bdai authored Jul 9, 2024
1 parent 1776f68 commit cf9ac71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spot_driver/spot_driver/spot_ros2.py
Original file line number Diff line number Diff line change
Expand Up @@ -2731,6 +2731,7 @@ def handle_execute_dance(self, execute_dance_handle: ServerGoalHandle) -> Execut
self.run_dance_feedback = False
feedback_thread.join()

execute_dance_handle.succeed()
result = ExecuteDance.Result()
result.success = res
result.message = msg
Expand Down

0 comments on commit cf9ac71

Please sign in to comment.