Finished object detection nodes #3

Merged
SemvdH merged 107 commits from object_detection into main 2023-04-24 10:41:13 +00:00
Showing only changes of commit 225c9ef7ae - Show all commits

View File

@@ -81,7 +81,7 @@ private:
std::cout << "Distance = " << tower->getDistance() << std::endl;
std::cout << "IMU = " << tower->getImuData() << std::endl;
auto message = object_detection::msg::LidarReading msg;
auto msg = object_detection::msg::LidarReading();
ImuData imu_data = tower->getImuData();