Browse Source

Copter: integrate AttControl input shaping

master
lthall 11 years ago committed by Randy Mackay
parent
commit
a9db399f60
  1. 2
      ArduCopter/control_stabilize.pde

2
ArduCopter/control_stabilize.pde

@ -51,7 +51,7 @@ static void stabilize_run() @@ -51,7 +51,7 @@ static void stabilize_run()
attitude_control.init_targets();
}else{
// call attitude controller
attitude_control.angle_ef_roll_pitch_rate_ef_yaw(target_roll, target_pitch, target_yaw_rate);
attitude_control.angle_ef_roll_pitch_rate_ef_yaw_smooth(target_roll, target_pitch, target_yaw_rate);
// body-frame rate controller is run directly from 100hz loop
}

Loading…
Cancel
Save