mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
AC_AttControl_Heli: angle_boost to float
This commit is contained in:
parent
2822b93cd4
commit
e5d6d45851
@ -302,6 +302,6 @@ float AC_AttitudeControl_Heli::rate_bf_to_motor_yaw(float rate_target_rads)
|
|||||||
float AC_AttitudeControl_Heli::get_boosted_throttle(float throttle_in)
|
float AC_AttitudeControl_Heli::get_boosted_throttle(float throttle_in)
|
||||||
{
|
{
|
||||||
// no angle boost for trad helis
|
// no angle boost for trad helis
|
||||||
_angle_boost = 0;
|
_angle_boost = 0.0f;
|
||||||
return throttle_in;
|
return throttle_in;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user