mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 09:13:32 +08:00
Navigator: Altitude acceptance to switch to new waypoints should be more accurace than horizontal distance by default
This commit is contained in:
@@ -95,7 +95,7 @@ PARAM_DEFINE_FLOAT(NAV_FW_ALT_RAD, 10.0f);
|
||||
* @increment 0.5
|
||||
* @group Mission
|
||||
*/
|
||||
PARAM_DEFINE_FLOAT(NAV_MC_ALT_RAD, 3.0f);
|
||||
PARAM_DEFINE_FLOAT(NAV_MC_ALT_RAD, 0.8f);
|
||||
|
||||
/**
|
||||
* Set data link loss failsafe mode
|
||||
|
||||
Reference in New Issue
Block a user