Skip to content

Commit

Permalink
revert pr breaking non-multi EKF gz
Browse files Browse the repository at this point in the history
  • Loading branch information
PerFrivik committed Feb 22, 2024
1 parent b405d75 commit 717ee53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ROMFS/px4fmu_common/init.d-posix/rcS
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ param set-default COM_RC_IN_MODE 1
# Speedup SITL startup
param set-default EKF2_REQ_GPS_H 0.5

# Multi-EKF
param set-default EKF2_MULTI_IMU 3
param set-default SENS_IMU_MODE 0

param set-default IMU_GYRO_FFT_EN 1
param set-default MAV_PROTO_VER 2 # Ensures QGC does not drop the first few packets after a SITL restart due to MAVLINK 1 packets

Expand Down

0 comments on commit 717ee53

Please sign in to comment.