mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Navigator: increase default of MIS_DIST_1WP to 10km
The previous default of 900m leads to many warnings if left unchanged, especially if the vehicle is already in-air when the Mission is started. Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
parent
993782cffa
commit
752051470f
@ -87,7 +87,7 @@ PARAM_DEFINE_INT32(MIS_TKO_LAND_REQ, 0);
|
||||
* @increment 100
|
||||
* @group Mission
|
||||
*/
|
||||
PARAM_DEFINE_FLOAT(MIS_DIST_1WP, 900);
|
||||
PARAM_DEFINE_FLOAT(MIS_DIST_1WP, 10000);
|
||||
|
||||
/**
|
||||
* Enable yaw control of the mount. (Only affects multicopters and ROI mission items)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user