Browse Source

AP_NavEKF: fixed example build

mission-4.1.18
Andrew Tridgell 11 years ago
parent
commit
bfd48a95b7
  1. 2
      libraries/AP_NavEKF/examples/AP_NavEKF/AP_NavEKF.pde

2
libraries/AP_NavEKF/examples/AP_NavEKF/AP_NavEKF.pde

@ -57,7 +57,7 @@ static AP_AHRS_DCM ahrs(ins, g_gps);
SITL sitl; SITL sitl;
#endif #endif
static NavEKF NavEKF(ahrs, barometer); static NavEKF NavEKF(&ahrs, barometer);
static LogReader LogReader(ins, barometer, compass, g_gps); static LogReader LogReader(ins, barometer, compass, g_gps);
static FILE *plotf; static FILE *plotf;

Loading…
Cancel
Save