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
|
||||
// Warm up and read Gyro offsets
|
||||
// -----------------------------
|
||||
imu.init(IMU::COLD_START, mavlink_delay, &timer_scheduler);
|
||||
imu.init_gyro(mavlink_delay);
|
||||
#if CLI_ENABLED == ENABLED
|
||||
report_imu();
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue