mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Mission validity checks: make clear that MIS_DIST_1WP only warns, not invalidates
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
parent
e8f8bc9af7
commit
9d33f8f3f0
@ -74,15 +74,15 @@ PARAM_DEFINE_FLOAT(MIS_TAKEOFF_ALT, 2.5f);
|
||||
PARAM_DEFINE_INT32(MIS_TKO_LAND_REQ, 0);
|
||||
|
||||
/**
|
||||
* Maximal horizontal distance from current position to first waypoint
|
||||
* Maximal horizontal distance from Home to first waypoint
|
||||
*
|
||||
* 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_DIST_1WP from the current position.
|
||||
* There will be a warning message if the current waypoint is more distant than MIS_DIST_1WP from Home.
|
||||
* Has no effect on mission validity.
|
||||
* Set a value of zero or less to disable.
|
||||
*
|
||||
* @unit m
|
||||
* @min -1
|
||||
* @max 10000
|
||||
* @max 100000
|
||||
* @decimal 1
|
||||
* @increment 100
|
||||
* @group Mission
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user