Skip to content

Commit

Permalink
Merge branch 'ros-navigation:main' into eigen_mppi
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush1285 authored Oct 2, 2024
2 parents d6418bd + 3233c84 commit 2c53db4
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 2c53db4

Please sign in to comment.