Structure containing options for takeoff.
More...
#include <takeoff_config.hpp>
Structure containing options for takeoff.
snav_fci::TakeoffConfig::TakeoffConfig |
( |
float |
height | ) |
|
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
snav_fci::TakeoffConfig::TakeoffConfig |
( |
float |
height, |
|
|
float |
min_takeoff_speed, |
|
|
float |
max_takeoff_speed, |
|
|
float |
max_linear_acceleration_norm |
|
) |
| |
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
float snav_fci::TakeoffConfig::height |
Takeoff height above ground in meters
float snav_fci::TakeoffConfig::max_linear_acceleration_norm |
Maximum vertical takeoff acceleration magnitude in meters per second squared
float snav_fci::TakeoffConfig::max_takeoff_speed |
Maximum vertical takeoff speed in meters per second
float snav_fci::TakeoffConfig::min_takeoff_speed |
Minimum vertical takeoff speed in meters per second
The documentation for this struct was generated from the following file: