|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Helper class to do precision landing with a landing target. More...
#include "precland.h"#include "navigator.h"#include <string.h>#include <stdlib.h>#include <stdbool.h>#include <math.h>#include <fcntl.h>#include <systemlib/err.h>#include <systemlib/mavlink_log.h>#include <uORB/uORB.h>#include <uORB/topics/position_setpoint_triplet.h>#include <uORB/topics/vehicle_status.h>#include <uORB/topics/vehicle_command.h>Go to the source code of this file.
Macros | |
| #define | SEC2USEC 1000000.0f |
| #define | STATE_TIMEOUT 10000000 |
Helper class to do precision landing with a landing target.
Definition in file precland.cpp.
| #define SEC2USEC 1000000.0f |
Definition at line 58 of file precland.cpp.
Referenced by PrecLand::run_state_search(), and PrecLand::slewrate().
| #define STATE_TIMEOUT 10000000 |
Definition at line 60 of file precland.cpp.
Referenced by PrecLand::run_state_horizontal_approach().