control_allocator: add helicopter mixer

Same logic as the existing mixer.
Untested.
This commit is contained in:
Beat Küng
2022-04-28 15:16:27 +02:00
parent 32402f31df
commit 5cdb6fbd8e
7 changed files with 323 additions and 0 deletions
@@ -254,6 +254,10 @@ ControlAllocator::update_effectiveness_source()
tmp = new ActuatorEffectivenessCustom(this);
break;
case EffectivenessSource::HELICOPTER:
tmp = new ActuatorEffectivenessHelicopter(this);
break;
default:
PX4_ERR("Unknown airframe");
break;