Copter:Tradheli treat Sport mode as non-man throttle for landing swash
This commit is contained in:
parent
e1686db7bf
commit
b5d21a71ef
@ -92,8 +92,7 @@ void Copter::update_heli_control_dynamics(void)
|
||||
bool Copter::should_use_landing_swash() const
|
||||
{
|
||||
if (flightmode->has_manual_throttle() ||
|
||||
control_mode == Mode::Number::DRIFT ||
|
||||
control_mode == Mode::Number::SPORT) {
|
||||
control_mode == Mode::Number::DRIFT) {
|
||||
// manual modes always uses full swash range
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user