mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 16:40:35 +08:00
control_allocator: add support for Tailsitter VTOL
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
committed by
Daniel Agar
parent
0568cff299
commit
07306c4be3
@@ -215,6 +215,10 @@ ControlAllocator::update_effectiveness_source()
|
||||
tmp = new ActuatorEffectivenessTiltrotorVTOL(this);
|
||||
break;
|
||||
|
||||
case EffectivenessSource::TAILSITTER_VTOL:
|
||||
tmp = new ActuatorEffectivenessTailsitterVTOL(this);
|
||||
break;
|
||||
|
||||
case EffectivenessSource::ROVER_ACKERMANN:
|
||||
tmp = new ActuatorEffectivenessRoverAckermann();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user