mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
AP_NavEKF: fixed example build
This commit is contained in:
parent
b39a5062e9
commit
bfd48a95b7
@ -57,7 +57,7 @@ static AP_AHRS_DCM ahrs(ins, g_gps);
|
||||
SITL sitl;
|
||||
#endif
|
||||
|
||||
static NavEKF NavEKF(ahrs, barometer);
|
||||
static NavEKF NavEKF(&ahrs, barometer);
|
||||
static LogReader LogReader(ins, barometer, compass, g_gps);
|
||||
|
||||
static FILE *plotf;
|
||||
|
Loading…
Reference in New Issue
Block a user