mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Rover: remove call to EKF1 logging
This commit is contained in:
parent
0a04bb26f0
commit
bdfae696ae
@ -283,9 +283,9 @@ void Rover::Log_Write_Attitude()
|
|||||||
|
|
||||||
#if AP_AHRS_NAVEKF_AVAILABLE
|
#if AP_AHRS_NAVEKF_AVAILABLE
|
||||||
#if defined(OPTFLOW) and (OPTFLOW == ENABLED)
|
#if defined(OPTFLOW) and (OPTFLOW == ENABLED)
|
||||||
DataFlash.Log_Write_EKF(ahrs,optflow.enabled());
|
DataFlash.Log_Write_EKF2(ahrs,optflow.enabled());
|
||||||
#else
|
#else
|
||||||
DataFlash.Log_Write_EKF(ahrs,false);
|
DataFlash.Log_Write_EKF2(ahrs,false);
|
||||||
#endif
|
#endif
|
||||||
DataFlash.Log_Write_AHRS2(ahrs);
|
DataFlash.Log_Write_AHRS2(ahrs);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user