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 970d093a31 - Show all commits

View File

@@ -146,8 +146,7 @@ class TestPositionChanger(unittest.TestCase):
try:
self.node.get_logger().info('STARTING WHILE LOOP')
while time.time() < end_time:
print("yeet")
rclpy.spin_once(self.node)
rclpy.spin_once(self.node,timeout_sec=0.1)
if not sent_lidar_msg:
lidar_publisher.publish(lidar_msg)
sent_lidar_msg = True