AC_AttitudeControl: remove get_throttle_boosted from parent class
This is only called from multicopters
This commit is contained in:
parent
25c77c154f
commit
0870ce9fc1
@ -263,9 +263,6 @@ protected:
|
||||
// Run the yaw angular velocity PID controller and return the output
|
||||
virtual float rate_bf_to_motor_yaw(float rate_target_rads);
|
||||
|
||||
// Compute a throttle value that is adjusted for the tilt angle of the vehicle
|
||||
virtual float get_throttle_boosted(float throttle_in) = 0;
|
||||
|
||||
// Return angle in radians to be added to roll angle. Used by heli to counteract
|
||||
// tail rotor thrust in hover. Overloaded by AC_Attitude_Heli to return angle.
|
||||
virtual float get_roll_trim_rad() { return 0;}
|
||||
|
Loading…
Reference in New Issue
Block a user