mirror of https://github.com/ArduPilot/ardupilot
ArduCopter: added ahrs.ini() to system.pde to allow offsets to be pushed into MPU6000's DMP
This commit is contained in:
parent
83ab9be0eb
commit
0073f65ac6
|
@ -385,6 +385,8 @@ static void startup_ground(void)
|
|||
#if CLI_ENABLED == ENABLED
|
||||
report_imu();
|
||||
#endif
|
||||
// initialise ahrs (may push imu calibration into the mpu6000 if using that device).
|
||||
ahrs.init();
|
||||
#endif
|
||||
|
||||
// reset the leds
|
||||
|
|
Loading…
Reference in New Issue