PX4 ROS 2 Interface Library
Library to interface with PX4 from a companion computer using ROS 2
|
A ROS2 node which instantiates a control mode and handles its registration with PX4. More...
#include <px4_ros2/components/node_with_mode.hpp>
Public Member Functions | |
NodeWithMode (std::string node_name, bool enable_debug_output=false) | |
ModeT & | getMode () const |
A ROS2 node which instantiates a control mode and handles its registration with PX4.
ModeT | The mode type, which must be derived from px4_ros2::ModeBase. |
Example usage: