mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 08:47:35 +08:00
posix rcS: set MAV_PROTO_VER to 2
For SITL it's important that the GCS receives the first events messages that reset the sequence number, in case the user does not press 'Disconnect' when restarting SITL.
This commit is contained in:
@@ -148,6 +148,7 @@ param set-default EKF2_MULTI_MAG 2
|
||||
param set-default SENS_MAG_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
|
||||
|
||||
param set-default -s MC_AT_EN 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user