Browse Source

Arducopter: INS

removed calibrate accels for now
master
Jason Short 13 years ago
parent
commit
98725be0ec
  1. 4
      ArduCopter/motors.pde

4
ArduCopter/motors.pde

@ -136,10 +136,6 @@ static void init_arm_motors() @@ -136,10 +136,6 @@ static void init_arm_motors()
startup_ground();
}
#if INERTIAL_NAV == ENABLED
calibrate_accels();
#endif
#if HIL_MODE != HIL_MODE_ATTITUDE
// read Baro pressure at ground -
// this resets Baro for more accuracy

Loading…
Cancel
Save