PX4 ROS 2 Interface Library
Library to interface with PX4 from a companion computer using ROS 2
|
Public Member Functions | |
Settings (std::string mode_name, bool want_activate_even_while_disarmed=false, ModeID request_replace_internal_mode=kModeIDInvalid) | |
Public Attributes | |
std::string | name |
Name of the mode with length < 25 characters. | |
bool | activate_even_while_disarmed {true} |
If true, the mode is also activated while disarmed if selected. | |
ModeID | replace_internal_mode {kModeIDInvalid} |
Can be used to replace an fmu-internal mode. | |