Skip to content
Snippets Groups Projects
Unverified Commit 4aac81ee authored by Steven Macenski's avatar Steven Macenski Committed by GitHub
Browse files

Adding destroy call to rclpy action client in system tests (#1584)

* adding logging for nightly tests

* adding destroy call to action client
parent 439b8839
No related branches found
No related tags found
No related merge requests found
......@@ -170,6 +170,8 @@ class NavTester(Node):
def shutdown(self):
self.info_msg('Shutting down')
self.action_client.destroy()
transition_service = 'lifecycle_manager_navigation/manage_nodes'
mgr_client = self.create_client(ManageLifecycleNodes, transition_service)
while not mgr_client.wait_for_service(timeout_sec=1.0):
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment