Rover: set AHRS vehicle class

This commit is contained in:
Andrew Tridgell 2014-04-21 18:11:45 +10:00
parent 250deaa32f
commit c413cdc480
1 changed files with 1 additions and 0 deletions

View File

@ -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) {