Browse Source

AP_Mission: AP_AHRS no longer requires GPS in constructor

master
Peter Barker 7 years ago committed by Francisco Ferreira
parent
commit
89d3289400
  1. 2
      libraries/AP_Mission/examples/AP_Mission_test/AP_Mission_test.cpp

2
libraries/AP_Mission/examples/AP_Mission_test/AP_Mission_test.cpp

@ -18,7 +18,7 @@ private: @@ -18,7 +18,7 @@ private:
AP_Baro baro;
AP_GPS gps;
Compass compass;
AP_AHRS_DCM ahrs{ins, baro, gps};
AP_AHRS_DCM ahrs{ins, baro};
// global constants that control how many verify calls must be made for a command before it completes
uint8_t verify_nav_cmd_iterations_to_complete = 3;

Loading…
Cancel
Save