|
Firmware
|
Helper class to do precision landing with a landing target. More...
#include <matrix/math.hpp>#include <lib/ecl/geo/geo.h>#include <px4_module_params.h>#include <uORB/topics/landing_target_pose.h>#include "navigator_mode.h"#include "mission_block.h"Go to the source code of this file.
Classes | |
| class | PrecLand |
Enumerations | |
| enum | PrecLandState { Start, HorizontalApproach, DescendAboveTarget, FinalApproach, Search, Fallback, Done } |
| enum | PrecLandMode { Opportunistic = 1, Required = 2 } |
Helper class to do precision landing with a landing target.
1.8.12