APM:Libraries
|
#include <AP_Param/AP_Param.h>
#include <AP_Mission/AP_Mission.h>
#include <AP_Common/AP_Common.h>
#include <AP_SpdHgtControl/AP_SpdHgtControl.h>
#include <AP_Navigation/AP_Navigation.h>
#include <GCS_MAVLink/GCS.h>
#include <PID/PID.h>
Go to the source code of this file.
Classes | |
class | AP_Landing_Deepstall |
Class managing Plane Deepstall landing methods. More... | |
Macros | |
#define | DEEPSTALL_LOITER_ALT_TOLERANCE 5.0f |
#define DEEPSTALL_LOITER_ALT_TOLERANCE 5.0f |
Definition at line 120 of file AP_Landing_Deepstall.h.
Referenced by AP_Landing_Deepstall::verify_breakout(), and AP_Landing_Deepstall::verify_land().