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

View File

@@ -7,7 +7,6 @@ import launch_ros
import launch_ros.actions
import launch_testing.actions
import pytest
import launch_pytest
import rclpy
import time
@@ -91,7 +90,7 @@ class TestPositionChanger(unittest.TestCase):
lidar_msg.imu_data = [1.0, 1.0, 1.0, 1.0]
end_time = time.time() + 10.0
print("TYPE OF PROC OUTPUT:")
print(type(proc_output))
self.node.get_logger().info("STARTING while loop test")
try: