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:
Matthias Grob
2023-03-27 16:43:09 +02:00
committed by Beat Küng
parent b56e7a036c
commit b3b373e074
6 changed files with 413 additions and 0 deletions
@@ -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;