This commit is contained in:
Sem van der Hoeven
2023-04-19 17:00:06 +02:00
parent 682b18d396
commit cedff67864
3 changed files with 3 additions and 2 deletions

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;
}