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

View File

@@ -137,7 +137,8 @@ class TestPositionChanger(unittest.TestCase):
lidar_msg.imu_data = [1.0,1.0,1.0,1.0]
lidar_messages_published = 0
# wait for nodes to become active
time.sleep(3)
# wait 5 seconds for the failsafe to trigger
wait_time = time.time() + 5.0
end_time = time.time() + 10.0