add comments and code to lidar node

This commit is contained in:
Sem van der Hoeven
2023-05-05 16:19:24 +02:00
parent 6a29220bc9
commit 0a1ef8af3d
2 changed files with 57 additions and 83 deletions

View File

@@ -5,9 +5,7 @@
* and PX4 flight controller alive by sending OffboardControl messages
*/
#include <chrono>
#include "rclcpp/rclcpp.hpp"
#include <px4_msgs/msg/offboard_control_mode.hpp>
using namespace std::chrono_literals;