Browse Source

Arducopter: INS

removed zero accells call
mission-4.1.18
Jason Short 13 years ago
parent
commit
bb99bd4626
  1. 3
      ArduCopter/system.pde

3
ArduCopter/system.pde

@ -507,9 +507,6 @@ static void set_mode(byte mode) @@ -507,9 +507,6 @@ static void set_mode(byte mode)
roll_pitch_mode = LOITER_RP;
throttle_mode = LOITER_THR;
set_next_WP(&current_loc);
#if INERTIAL_NAV == ENABLED
zero_accels();
#endif
break;
case POSITION:

Loading…
Cancel
Save