|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
A class handling all takeoff states and a smooth ramp up of the motors. More...
Go to the source code of this file.
Classes | |
| class | Takeoff |
Enumerations | |
| enum | TakeoffState { TakeoffState::disarmed = 0, TakeoffState::spoolup, TakeoffState::ready_for_takeoff, TakeoffState::rampup, TakeoffState::flight } |
A class handling all takeoff states and a smooth ramp up of the motors.
Definition in file Takeoff.hpp.
|
strong |
| Enumerator | |
|---|---|
| disarmed | |
| spoolup | |
| ready_for_takeoff | |
| rampup | |
| flight | |
Definition at line 47 of file Takeoff.hpp.