mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Rover: enable EKF detailed logging
This commit is contained in:
parent
af2f72acb0
commit
989b26899f
@ -371,6 +371,10 @@ static void Log_Write_Attitude()
|
||||
yaw : (uint16_t)ahrs.yaw_sensor
|
||||
};
|
||||
DataFlash.WriteBlock(&pkt, sizeof(pkt));
|
||||
#if AP_AHRS_NAVEKF_AVAILABLE
|
||||
DataFlash.Log_Write_EKF(ahrs);
|
||||
DataFlash.Log_Write_AHRS2(ahrs);
|
||||
#endif
|
||||
}
|
||||
|
||||
struct PACKED log_Mode {
|
||||
|
Loading…
Reference in New Issue
Block a user