AP_IMU_INS: Eliminate init_accel from cold start.
* Bug reported by Jason, 10 Dec 11
This commit is contained in:
parent
37f3875968
commit
8a0c6eba78
@ -40,7 +40,6 @@ AP_IMU_INS::init( Start_style style,
|
|||||||
|
|
||||||
// do cold-start calibration for both accel and gyro
|
// do cold-start calibration for both accel and gyro
|
||||||
_init_gyro(delay_cb);
|
_init_gyro(delay_cb);
|
||||||
_init_accel(delay_cb);
|
|
||||||
|
|
||||||
// save calibration
|
// save calibration
|
||||||
_sensor_cal.save();
|
_sensor_cal.save();
|
||||||
|
Loading…
Reference in New Issue
Block a user