mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Switched to Gyro only startup
This commit is contained in:
parent
f3ff7aa0a8
commit
648ab5f4ae
@ -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
Block a user