mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
Copter: log both primary and secondary INS samples
This commit is contained in:
parent
3ead86ee2d
commit
0cacc7eaeb
@ -1160,6 +1160,7 @@ static void fifty_hz_logging_loop()
|
|||||||
|
|
||||||
if (g.log_bitmask & MASK_LOG_IMU && motors.armed()) {
|
if (g.log_bitmask & MASK_LOG_IMU && motors.armed()) {
|
||||||
DataFlash.Log_Write_IMU(ins);
|
DataFlash.Log_Write_IMU(ins);
|
||||||
|
DataFlash.Log_Write_IMU2(ins);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user