Browse Source

ACM : Fix for reloading the user DCM gains upon arming

master
Jason Short 13 years ago
parent
commit
575a9c4fd1
  1. 4
      ArduCopter/motors.pde

4
ArduCopter/motors.pde

@ -158,6 +158,10 @@ static void init_arm_motors() @@ -158,6 +158,10 @@ static void init_arm_motors()
// temp hack
motor_light = true;
digitalWrite(A_LED_PIN, LED_ON);
// revert back to user default
ahrs._kp.load();
ahrs._kp_yaw.load();
}

Loading…
Cancel
Save