mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-12 01:23:56 -03:00
Blimp: move logging of SIMSTATE, AHRS2 and POS into AP_AHRS library
This commit is contained in:
parent
a25e4f82cc
commit
62e10b328e
@ -99,11 +99,6 @@ void Blimp::Log_Write_Attitude()
|
|||||||
void Blimp::Log_Write_EKF_POS()
|
void Blimp::Log_Write_EKF_POS()
|
||||||
{
|
{
|
||||||
AP::ahrs().Log_Write();
|
AP::ahrs().Log_Write();
|
||||||
ahrs.Write_AHRS2();
|
|
||||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
|
||||||
sitl.Log_Write_SIMSTATE();
|
|
||||||
#endif
|
|
||||||
ahrs.Write_POS();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
struct PACKED log_Data_Int16t {
|
struct PACKED log_Data_Int16t {
|
||||||
|
Loading…
Reference in New Issue
Block a user