mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
Rover: set AHRS vehicle class
This commit is contained in:
parent
250deaa32f
commit
c413cdc480
@ -378,6 +378,7 @@ static void startup_INS_ground(bool force_accel_level)
|
|||||||
|
|
||||||
ahrs.init();
|
ahrs.init();
|
||||||
ahrs.set_fly_forward(true);
|
ahrs.set_fly_forward(true);
|
||||||
|
ahrs.set_vehicle_class(AHRS_VEHICLE_GROUND);
|
||||||
|
|
||||||
AP_InertialSensor::Start_style style;
|
AP_InertialSensor::Start_style style;
|
||||||
if (g.skip_gyro_cal && !force_accel_level) {
|
if (g.skip_gyro_cal && !force_accel_level) {
|
||||||
|
Loading…
Reference in New Issue
Block a user