PX4 ROS 2 Interface Library
Library to interface with PX4 from a companion computer using ROS 2
|
File monitor to load a mission from a JSON file. More...
#include <px4_ros2/mission/mission.hpp>
Public Member Functions | |
MissionFileMonitor (std::shared_ptr< rclcpp::Node > node, std::filesystem::path filename, std::function< void(std::shared_ptr< Mission >)> on_mission_update) | |
File monitor to load a mission from a JSON file.