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

fix: typo in cleanup

parent 984a6a25
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ class TurnActionClientAsync(Node):
This method should only be called after the turn action has finished!
"""
self.status = GoalStatus.STATUS_UNKNOWN
self._status = GoalStatus.STATUS_UNKNOWN
def send_turn_goal_async(self, theta: float):
"""
......@@ -155,7 +155,6 @@ class TurnController:
Stop the JetRacer.
"""
self._turn_action_client.cancel_turn_goal_async()
self._turn_action_client.cleanup()
def shutdown(self):
"""
......
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