PX4 ROS 2 Interface Library
Library to interface with PX4 from a companion computer using ROS 2
|
Public Member Functions | |
void | combineWith (const TrajectoryOptions &options) |
Public Attributes | |
std::optional< float > | horizontal_velocity |
[m/s] | |
std::optional< float > | vertical_velocity |
[m/s] | |
std::optional< float > | max_heading_rate |
[rad/s] | |
Friends | |
void | from_json (const nlohmann::json &j, TrajectoryOptions &o) |
void | to_json (nlohmann::json &j, const TrajectoryOptions &o) |