mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 21:00:34 +08:00
control_allocator: add helicopter mixer
Same logic as the existing mixer. Untested.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user