add todo
This commit is contained in:
@@ -77,6 +77,7 @@ public:
|
|||||||
private:
|
private:
|
||||||
void timer_callback()
|
void timer_callback()
|
||||||
{
|
{
|
||||||
|
//TODO publish message with all data from lidar
|
||||||
std::cout << "Distance = " << tower->getDistance() << std::endl;
|
std::cout << "Distance = " << tower->getDistance() << std::endl;
|
||||||
std::cout << "IMU = " << tower->getImuData() << std::endl;
|
std::cout << "IMU = " << tower->getImuData() << std::endl;
|
||||||
}
|
}
|
||||||
|
|||||||
Submodule src/px4_msgs updated: 4db0a3f14e...b64ef0475c
Submodule src/px4_ros_com updated: 0bcf68bcb6...1562ff30d5
Reference in New Issue
Block a user