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 909504d305 - Show all commits

View File

@@ -155,6 +155,6 @@ class TestPx4Failsafe(unittest.TestCase):
arm_future.add_done_callback(self.arm_service_callback)
else:
break
finally
finally:
self.node.destroy_client(failsafe_client)
self.node.destroy_client(arm_client)