Browse Source

Rover: set AHRS vehicle class

master
Andrew Tridgell 11 years ago
parent
commit
c413cdc480
  1. 1
      APMrover2/system.pde

1
APMrover2/system.pde

@ -378,6 +378,7 @@ static void startup_INS_ground(bool force_accel_level) @@ -378,6 +378,7 @@ static void startup_INS_ground(bool force_accel_level)
ahrs.init();
ahrs.set_fly_forward(true);
ahrs.set_vehicle_class(AHRS_VEHICLE_GROUND);
AP_InertialSensor::Start_style style;
if (g.skip_gyro_cal && !force_accel_level) {

Loading…
Cancel
Save