mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
Tracker: remove INS start style
This commit is contained in:
parent
bcc87a9a3b
commit
7f0aad63b9
@ -81,7 +81,7 @@ void Tracker::init_tracker()
|
||||
ahrs.init();
|
||||
ahrs.set_fly_forward(false);
|
||||
|
||||
ins.init(AP_InertialSensor::WARM_START, ins_sample_rate);
|
||||
ins.init(ins_sample_rate);
|
||||
ahrs.reset();
|
||||
|
||||
init_barometer();
|
||||
|
Loading…
Reference in New Issue
Block a user