mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 19:00:36 +08:00
ActuatorEffectivenessHelicopterCoaxial: fix copy paste error in saturation logic
This commit is contained in:
+1
-1
@@ -217,6 +217,6 @@ void ActuatorEffectivenessHelicopterCoaxial::getUnallocatedControl(int matrix_in
|
||||
status.unallocated_thrust[2] = -1.f;
|
||||
|
||||
} else {
|
||||
status.unallocated_torque[2] = 0.f;
|
||||
status.unallocated_thrust[2] = 0.f;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user