Browse Source

Copter: log both primary and secondary INS samples

mission-4.1.18
Andrew Tridgell 11 years ago
parent
commit
0cacc7eaeb
  1. 1
      ArduCopter/ArduCopter.pde

1
ArduCopter/ArduCopter.pde

@ -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…
Cancel
Save