mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 16:56:25 +08:00
committed by
Lorenz Meier
parent
e0aa2e2391
commit
75a528e061
@@ -4,9 +4,15 @@ set VEHICLE_TYPE fw
|
||||
|
||||
if [ $AUTOCNF == yes ]
|
||||
then
|
||||
#
|
||||
# Default parameters for FW
|
||||
#
|
||||
#
|
||||
# Default parameters for FW
|
||||
#
|
||||
|
||||
param set EKF2_ARSP_THR 8.0
|
||||
param set EKF2_FUSE_BETA 0
|
||||
param set EKF2_MAG_ACCLIM 0
|
||||
param set EKF2_MAG_YAWLIM 0
|
||||
|
||||
param set RTL_RETURN_ALT 100
|
||||
param set RTL_DESCEND_ALT 100
|
||||
param set RTL_LAND_DELAY -1
|
||||
@@ -19,6 +25,9 @@ then
|
||||
param set MIS_TAKEOFF_ALT 25
|
||||
|
||||
param set PWM_RATE 50
|
||||
|
||||
# FW takeoff acceleration can easily exceed ublox GPS 2G default
|
||||
param set GPS_UBX_DYNMODEL 8
|
||||
fi
|
||||
|
||||
# This is the gimbal pass mixer
|
||||
|
||||
Reference in New Issue
Block a user