AC_AttitudeControl: remove get_throttle_boosted from parent class

This is only called from multicopters
This commit is contained in:
Randy Mackay 2016-05-23 14:00:51 +09:00
parent 25c77c154f
commit 0870ce9fc1
1 changed files with 0 additions and 3 deletions

View File

@ -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;}