mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 18:27:05 +08:00
ekf2 selector fix SITL lockstep
- ekf2 selector don't register lockstep until first attitude publication - sensors module register lockstep component - enable multi-EKF2 in SITL
This commit is contained in:
@@ -142,10 +142,10 @@ then
|
||||
param set EKF2_REQ_GPS_H 0.5
|
||||
|
||||
# Multi-EKF
|
||||
#param set EKF2_MULTI_IMU 3
|
||||
#param set SENS_IMU_MODE 0
|
||||
#param set EKF2_MULTI_MAG 2
|
||||
#param set SENS_MAG_MODE 0
|
||||
param set EKF2_MULTI_IMU 3
|
||||
param set SENS_IMU_MODE 0
|
||||
param set EKF2_MULTI_MAG 2
|
||||
param set SENS_MAG_MODE 0
|
||||
|
||||
# By default log from boot until first disarm.
|
||||
param set SDLOG_MODE 1
|
||||
|
||||
Reference in New Issue
Block a user