mirror of https://github.com/ArduPilot/ardupilot
Switched to Gyro only startup
This commit is contained in:
parent
2defbe818f
commit
146d52d650
|
@ -380,7 +380,7 @@ static void startup_ground(void)
|
||||||
#if HIL_MODE != HIL_MODE_ATTITUDE
|
#if HIL_MODE != HIL_MODE_ATTITUDE
|
||||||
// Warm up and read Gyro offsets
|
// Warm up and read Gyro offsets
|
||||||
// -----------------------------
|
// -----------------------------
|
||||||
imu.init(IMU::COLD_START, mavlink_delay, &timer_scheduler);
|
imu.init_gyro(mavlink_delay);
|
||||||
#if CLI_ENABLED == ENABLED
|
#if CLI_ENABLED == ENABLED
|
||||||
report_imu();
|
report_imu();
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue