ActuatorEffectivenessHelicopterCoaxial: fix copy paste error in saturation logic

This commit is contained in:
Matthias Grob
2023-09-27 17:31:38 +02:00
committed by Beat Küng
parent 8a2d2fb1cd
commit 8ea04b0f8f
@@ -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;
}
}