mirror of https://github.com/ArduPilot/ardupilot
SITL: precland alt and dist limit doc fix
This commit is contained in:
parent
dff0f6fc2e
commit
c72108c1af
|
@ -85,7 +85,7 @@ const AP_Param::GroupInfo SIM_Precland::var_info[] = {
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("TYPE", 6, SIM_Precland, _type, SIM_Precland::PRECLAND_TYPE_CYLINDER),
|
AP_GROUPINFO("TYPE", 6, SIM_Precland, _type, SIM_Precland::PRECLAND_TYPE_CYLINDER),
|
||||||
|
|
||||||
// @Param: ALT_LIMIT
|
// @Param: ALT_LMT
|
||||||
// @DisplayName: Precland device alt range
|
// @DisplayName: Precland device alt range
|
||||||
// @Description: Precland device maximum range altitude
|
// @Description: Precland device maximum range altitude
|
||||||
// @Units: m
|
// @Units: m
|
||||||
|
@ -93,7 +93,7 @@ const AP_Param::GroupInfo SIM_Precland::var_info[] = {
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("ALT_LMT", 7, SIM_Precland, _alt_limit, 15),
|
AP_GROUPINFO("ALT_LMT", 7, SIM_Precland, _alt_limit, 15),
|
||||||
|
|
||||||
// @Param: DIST_LIMIT
|
// @Param: DIST_LMT
|
||||||
// @DisplayName: Precland device lateral range
|
// @DisplayName: Precland device lateral range
|
||||||
// @Description: Precland device maximum lateral range
|
// @Description: Precland device maximum lateral range
|
||||||
// @Units: m
|
// @Units: m
|
||||||
|
|
Loading…
Reference in New Issue