mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 15:40:36 +08:00
control_allocator: add fixed-wing actuator effectiveness
This commit is contained in:
@@ -199,6 +199,10 @@ ControlAllocator::update_effectiveness_source()
|
||||
tmp = new ActuatorEffectivenessRoverDifferential();
|
||||
break;
|
||||
|
||||
case EffectivenessSource::FIXED_WING:
|
||||
tmp = new ActuatorEffectivenessFixedWing(this);
|
||||
break;
|
||||
|
||||
default:
|
||||
PX4_ERR("Unknown airframe");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user