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 9dbd747295 - Show all commits

View File

@@ -139,6 +139,8 @@ class TestPositionChanger(unittest.TestCase):
# wait for nodes to become active
time.sleep(3)
self.node.get_logger().info('STARTING WHILE LOOP')
# wait 5 seconds for the failsafe to trigger
wait_time = time.time() + 5.0
end_time = time.time() + 10.0