mirror of https://github.com/ArduPilot/ardupilot
Copter: set AHRS vehicle class
This commit is contained in:
parent
c413cdc480
commit
e07b70de4e
|
@ -309,6 +309,7 @@ static void startup_ground(bool force_gyro_cal)
|
|||
|
||||
// initialise ahrs (may push imu calibration into the mpu6000 if using that device).
|
||||
ahrs.init();
|
||||
ahrs.set_vehicle_class(AHRS_VEHICLE_COPTER);
|
||||
|
||||
// Warm up and read Gyro offsets
|
||||
// -----------------------------
|
||||
|
|
Loading…
Reference in New Issue