mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 19:00:34 +08:00
control_allocator: add coaxial helicopter effectiveness
It's now just a copy of the helicopter such that changes get well visible in the history.
This commit is contained in:
@@ -266,6 +266,10 @@ ControlAllocator::update_effectiveness_source()
|
||||
tmp = new ActuatorEffectivenessHelicopter(this, ActuatorType::SERVOS);
|
||||
break;
|
||||
|
||||
case EffectivenessSource::HELICOPTER_COAXIAL:
|
||||
tmp = new ActuatorEffectivenessHelicopterCoaxial(this);
|
||||
break;
|
||||
|
||||
default:
|
||||
PX4_ERR("Unknown airframe");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user