Finished object detection nodes #3

Merged
SemvdH merged 107 commits from object_detection into main 2023-04-24 10:41:13 +00:00
3 changed files with 3 additions and 2 deletions
Showing only changes of commit cedff67864 - Show all commits

View File

@@ -77,6 +77,7 @@ public:
private:
void timer_callback()
{
//TODO publish message with all data from lidar
std::cout << "Distance = " << tower->getDistance() << std::endl;
std::cout << "IMU = " << tower->getImuData() << std::endl;
}