|
|
|
@ -47,6 +47,11 @@ void Copter::acro_run()
@@ -47,6 +47,11 @@ void Copter::acro_run()
|
|
|
|
|
|
|
|
|
|
// output pilot's throttle without angle boost
|
|
|
|
|
attitude_control.set_throttle_out(pilot_throttle_scaled, false, g.throttle_filt); |
|
|
|
|
|
|
|
|
|
//control_in is range 0-1000
|
|
|
|
|
//radio_in is raw pwm value
|
|
|
|
|
motors.set_forward(channel_forward->radio_in); |
|
|
|
|
motors.set_strafe(channel_strafe->radio_in); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|