Skip to content

Commit

Permalink
Added missing action clients in robot_navigator(BasicNavigator) to de…
Browse files Browse the repository at this point in the history
…stroy_node (#4698)

* fix: added assisted_teleop_client to robot_navigator(BasicNavigator) destroy_node

Signed-off-by: Tiwa Ojo <[email protected]>

* fix: added other missing action clients to robot_navigator(BasicNavigator) destroy_node

Signed-off-by: Tiwa Ojo <[email protected]>

---------

Signed-off-by: Tiwa Ojo <[email protected]>
  • Loading branch information
tiwaojo authored Oct 1, 2024
1 parent 81739bf commit 3233c84
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ def destroy_node(self):
self.spin_client.destroy()
self.backup_client.destroy()
self.drive_on_heading_client.destroy()
self.assisted_teleop_client.destroy()
self.follow_gps_waypoints_client.destroy()
self.docking_client.destroy()
self.undocking_client.destroy()
super().destroy_node()

def setInitialPose(self, initial_pose):
Expand Down

0 comments on commit 3233c84

Please sign in to comment.