mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 07:09:48 +08:00
ROMFS: increase max distance between waypoints for VTOL and FW to 5km
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
committed by
Lorenz Meier
parent
8e8497ff77
commit
037c821142
@@ -41,6 +41,7 @@ then
|
||||
#
|
||||
param set NAV_ACC_RAD 10
|
||||
|
||||
param set MIS_DIST_WPS 5000
|
||||
param set MIS_LTRMIN_ALT 25
|
||||
param set MIS_TAKEOFF_ALT 25
|
||||
|
||||
|
||||
@@ -18,6 +18,8 @@ then
|
||||
param set EKF2_ARSP_THR 10
|
||||
param set EKF2_FUSE_BETA 1
|
||||
|
||||
param set MIS_DIST_WPS 5000
|
||||
|
||||
param set MPC_ACC_HOR_MAX 2
|
||||
param set MPC_TKO_SPEED 1
|
||||
param set MPC_VEL_MANUAL 3
|
||||
|
||||
Reference in New Issue
Block a user