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 f0bb159c4b - Show all commits

View File

@@ -85,6 +85,7 @@ class ApiListenerTest(unittest.TestCase):
battery_publisher = self.node.create_publisher(BatteryStatus, '/fmu/out/battery_status',10)
failsafe_subscriber = self.node.create_subscription(FailsafeMsg, '/drone/failsafe', self.failsafe_callback, 10)
time.sleep(5) # wait for nodes to start
end_time = time.time() + 10.0
try: