|
PX4 ROS 2 Interface Library
Library to interface with PX4 from a companion computer using ROS 2
|
Public Member Functions | |
| ActionItem (std::string a_name, ActionArguments a_arguments={}) | |
Public Attributes | |
| std::string | name |
| std::string | id |
| ActionArguments | arguments |
Friends | |
| void | from_json (const nlohmann::json &j, ActionItem &o) |
| void | to_json (nlohmann::json &j, const ActionItem &o) |