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
@@ -51,6 +51,7 @@
#include <ActuatorEffectivenessFixedWing.hpp>
#include <ActuatorEffectivenessMCTilt.hpp>
#include <ActuatorEffectivenessCustom.hpp>
#include <ActuatorEffectivenessHelicopter.hpp>
#include <ControlAllocation.hpp>
#include <ControlAllocationPseudoInverse.hpp>
@@ -148,6 +149,7 @@ private:
MOTORS_6DOF = 7,
MULTIROTOR_WITH_TILT = 8,
CUSTOM = 9,
HELICOPTER = 10,
};
EffectivenessSource _effectiveness_source_id{EffectivenessSource::NONE};