mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 08:47:35 +08:00
SITL init: set EKF2 params for SITL
The sensors in the SITL environment are near ideal, so the initialization in ekf2 can happen quicker.
This commit is contained in:
committed by
Paul Riseborough
parent
1e155776fd
commit
6ddffb71ea
@@ -33,6 +33,8 @@ param set MC_PITCH_P 5
|
||||
param set MC_ROLL_P 5
|
||||
param set MPC_Z_VEL_P 0.8
|
||||
param set MPC_Z_VEL_I 0.15
|
||||
param set EKF2_GBIAS_INIT 0.01
|
||||
param set EKF2_ANGERR_INIT 0.01
|
||||
simulator start -s
|
||||
rgbledsim start
|
||||
tone_alarm start
|
||||
|
||||
@@ -40,6 +40,8 @@ param set MPC_HOLD_MAX_Z 2.0
|
||||
param set MPC_HOLD_XY_DZ 0.1
|
||||
param set MPC_Z_VEL_MAX 2.0
|
||||
param set MPC_Z_VEL_P 0.4
|
||||
param set EKF2_GBIAS_INIT 0.01
|
||||
param set EKF2_ANGERR_INIT 0.01
|
||||
simulator start -s
|
||||
rgbledsim start
|
||||
tone_alarm start
|
||||
|
||||
Reference in New Issue
Block a user