mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 15:40:36 +08:00
UUV: stop motors when commanding zero speed
This commit is contained in:
@@ -247,7 +247,7 @@ ControlAllocator::update_effectiveness_source()
|
||||
break;
|
||||
|
||||
case EffectivenessSource::MOTORS_6DOF: // just a different UI from MULTIROTOR
|
||||
tmp = new ActuatorEffectivenessRotors(this);
|
||||
tmp = new ActuatorEffectivenessUUV(this);
|
||||
break;
|
||||
|
||||
case EffectivenessSource::MULTIROTOR_WITH_TILT:
|
||||
|
||||
Reference in New Issue
Block a user