PX4 Firmware
PX4 Autopilot Software http://px4.io
Takeoff.hpp File Reference

A class handling all takeoff states and a smooth ramp up of the motors. More...

Include dependency graph for Takeoff.hpp:
This graph shows which files directly or indirectly include this file:

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
}
 

Detailed Description

A class handling all takeoff states and a smooth ramp up of the motors.

Definition in file Takeoff.hpp.

Enumeration Type Documentation

◆ TakeoffState

enum TakeoffState
strong
Enumerator
disarmed 
spoolup 
ready_for_takeoff 
rampup 
flight 

Definition at line 47 of file Takeoff.hpp.