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 8d2bb7446f - Show all commits

View File

@@ -98,7 +98,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.assertInStdout(proc_output, "0.5", 'px4_controller-3')
launch_testing.asserts.assertInStdout(proc_output, "Collision prevention back", 'px4_controller-3')
finally:
self.node.destroy_client(move_position_client)
self.node.destroy_publisher(lidar_publisher)