mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-28 02:33:58 -04:00
Plane: create new "LAND_" param block for AP_Landing
This commit is contained in:
parent
e919afad1e
commit
fa991297db
@ -1355,6 +1355,10 @@ const AP_Param::Info Plane::var_info[] = {
|
||||
// @Path: Parameters.cpp
|
||||
GOBJECT(g2, "", ParametersG2),
|
||||
|
||||
// @Group: LAND_
|
||||
// @Path: ../libraries/AP_Landing/AP_Landing.cpp
|
||||
GOBJECT(landing, "LAND_", AP_Landing),
|
||||
|
||||
AP_VAREND
|
||||
};
|
||||
|
||||
|
@ -51,6 +51,7 @@ public:
|
||||
k_param_NavEKF2,
|
||||
k_param_g2,
|
||||
k_param_avoidance_adsb,
|
||||
k_param_landing,
|
||||
|
||||
// Misc
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user