control_allocator: add 6DOF configuration

This commit is contained in:
Beat Küng
2021-12-03 11:55:29 +01:00
committed by Daniel Agar
parent 4c80adfaf1
commit e04b4a8dbf
3 changed files with 25 additions and 0 deletions
@@ -227,6 +227,10 @@ ControlAllocator::update_effectiveness_source()
tmp = new ActuatorEffectivenessFixedWing(this);
break;
case EffectivenessSource::MOTORS_6DOF: // just a different UI from MULTIROTOR
tmp = new ActuatorEffectivenessRotors(this);
break;
default:
PX4_ERR("Unknown airframe");
break;