mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
AP_AHRS: navekf: add Log_Write access point
This commit is contained in:
parent
f3f364de26
commit
9732940220
@ -1810,6 +1810,11 @@ void AP_AHRS_NavEKF::check_lane_switch(void)
|
||||
}
|
||||
}
|
||||
|
||||
void AP_AHRS_NavEKF::Log_Write()
|
||||
{
|
||||
get_NavEKF2().Log_Write();
|
||||
get_NavEKF3().Log_Write();
|
||||
}
|
||||
|
||||
AP_AHRS_NavEKF &AP::ahrs_navekf()
|
||||
{
|
||||
|
@ -261,7 +261,9 @@ public:
|
||||
|
||||
// see if EKF lane switching is possible to avoid EKF failsafe
|
||||
void check_lane_switch(void) override;
|
||||
|
||||
|
||||
void Log_Write();
|
||||
|
||||
private:
|
||||
enum EKF_TYPE {EKF_TYPE_NONE=0,
|
||||
EKF_TYPE3=3,
|
||||
|
Loading…
Reference in New Issue
Block a user