Skip to content
Snippets Groups Projects
Commit 0eaef6d2 authored by Louis Kevin Fink's avatar Louis Kevin Fink
Browse files

fix: goal_handle issue

parent 4459233b
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,6 @@ class TurnActionClientAsync(Node):
"""
self._status = GoalStatus.STATUS_UNKNOWN
self._goal_handle.destroy()
self._goal_handle = None
def send_turn_goal_async(self, theta: float):
......@@ -110,7 +109,6 @@ class TurnActionClientAsync(Node):
logger.debug("Canceling turn request!")
cancel_future.add_done_callback(self._cancel_response_callback)
self._goal_handle.destroy()
self._goal_handle = None
def is_turn_goal_active(self) -> bool:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment