PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Helper class to do precision landing with a landing target. More...
#include <matrix/math.hpp>
#include <lib/ecl/geo/geo.h>
#include <px4_platform_common/module_params.h>
#include <uORB/Subscription.hpp>
#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 |
struct | PrecLand::_map_ref |
reference for local/global projections More... | |
Helper class to do precision landing with a landing target.
Definition in file precland.h.
|
strong |
Enumerator | |
---|---|
Opportunistic | |
Required |
Definition at line 62 of file precland.h.
|
strong |
Enumerator | |
---|---|
Start | |
HorizontalApproach | |
DescendAboveTarget | |
FinalApproach | |
Search | |
Fallback | |
Done |
Definition at line 52 of file precland.h.