mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 20:47:36 +08:00
navigator: fix param description
This commit is contained in:
committed by
Mathieu Bresciani
parent
01d0b8800e
commit
0033c0fc51
@@ -87,7 +87,7 @@ PARAM_DEFINE_FLOAT(MIS_LTRMIN_ALT, -1.0f);
|
||||
*
|
||||
* Failsafe check to prevent running mission stored from previous flight at a new takeoff location.
|
||||
* Set a value of zero or less to disable. The mission will not be started if the current
|
||||
* waypoint is more distant than MIS_DIS_1WP from the home position.
|
||||
* waypoint is more distant than MIS_DIST_1WP from the home position.
|
||||
*
|
||||
* @unit m
|
||||
* @min 0
|
||||
|
||||
Reference in New Issue
Block a user