55 float _transition_altitude = 0.0f;
56 float _transition_yaw = 0.0f;
Definition: FlightTaskTransition.hpp:44
bool updateInitialize() override
Call before activate() or update() to initialize time and input data.
Definition: FlightTaskTransition.cpp:40
Definition: FlightTask.hpp:58
bool update() override
To be called regularly in the control loop cycle to execute the task.
Definition: FlightTaskTransition.cpp:55
bool activate() override
Call once on the event where you switch to the task.
Definition: FlightTaskTransition.cpp:45
Abstract base class for different advanced flight tasks like orbit, follow me, ...