|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Runway takeoff handling for fixed-wing UAVs with steerable wheels. More...
#include <stdbool.h>#include <stdint.h>#include <math.h>#include <drivers/drv_hrt.h>#include <px4_platform_common/module_params.h>#include <systemlib/mavlink_log.h>#include <mathlib/mathlib.h>#include <matrix/math.hpp>Go to the source code of this file.
Classes | |
| class | runwaytakeoff::RunwayTakeoff |
Namespaces | |
| runwaytakeoff | |
Enumerations | |
| enum | runwaytakeoff::RunwayTakeoffState { runwaytakeoff::THROTTLE_RAMP = 0, runwaytakeoff::CLAMPED_TO_RUNWAY = 1, runwaytakeoff::TAKEOFF = 2, runwaytakeoff::CLIMBOUT = 3, runwaytakeoff::FLY = 4 } |
Runway takeoff handling for fixed-wing UAVs with steerable wheels.
Definition in file RunwayTakeoff.h.