mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 23:10:34 +08:00
control_allocator: add rover actuator effectiveness
This can be generalized later
This commit is contained in:
@@ -191,6 +191,14 @@ ControlAllocator::update_effectiveness_source()
|
||||
tmp = new ActuatorEffectivenessTiltrotorVTOL(this);
|
||||
break;
|
||||
|
||||
case EffectivenessSource::ROVER_ACKERMANN:
|
||||
tmp = new ActuatorEffectivenessRoverAckermann();
|
||||
break;
|
||||
|
||||
case EffectivenessSource::ROVER_DIFFERENTIAL:
|
||||
tmp = new ActuatorEffectivenessRoverDifferential();
|
||||
break;
|
||||
|
||||
default:
|
||||
PX4_ERR("Unknown airframe");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user