Skip to content

Commit

Permalink
Mission validity checks: make clear that MIS_DIST_1WP only warns, not…
Browse files Browse the repository at this point in the history
… invalidates

Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
  • Loading branch information
sfuhrer committed Nov 1, 2024
1 parent e8f8bc9 commit 9d33f8f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/modules/navigator/mission_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d33f8f

Please sign in to comment.