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

View File

@@ -144,6 +144,7 @@ class TestPositionChanger(unittest.TestCase):
end_time = time.time() + 10.0
try:
while time.time() < end_time:
print("yeet")
rclpy.spin_once(self.node)
# send 5 lidar messages and after that stop
if (lidar_messages_published < 5):