Merge API branch into main #12

Merged
SemvdH merged 334 commits from api into main 2023-06-13 19:54:43 +00:00
Showing only changes of commit 62c7e67e82 - Show all commits

View File

@@ -99,7 +99,7 @@ class TestPositionChanger(unittest.TestCase):
if not self.called_positionchanger_service:
future = move_position_client.call_async(request)
future.add_done_callback(self.move_position_callback)
launch_testing.asserts.assertInStderr(proc_output, "Collision prevention front", 'px4_controller-3')
launch_testing.asserts.assertInStderr(proc_output, "Collision prevention front", 'position_changer-1')
finally:
self.node.destroy_client(move_position_client)
self.node.destroy_publisher(lidar_publisher)