Copter: Remove acro acceleration slew todo
It has already been done :)
This commit is contained in:
parent
8bbce7e658
commit
babe655b8f
@ -52,7 +52,6 @@ static void get_pilot_desired_angle_rates(int16_t roll_in, int16_t pitch_in, int
|
||||
rate_bf_request.x = roll_in * g.acro_rp_p;
|
||||
rate_bf_request.y = pitch_in * g.acro_rp_p;
|
||||
rate_bf_request.z = yaw_in * g.acro_yaw_p;
|
||||
// todo: add acceleration slew
|
||||
|
||||
// calculate earth frame rate corrections to pull the copter back to level while in ACRO mode
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user