So for the next plane I want to upload, I'd like to add flaps. But the problem is that for the VTOL is use from 0 to -1 the geometry variable wings control. So I need my flaps to work only from 0 to 1. Does anyone know how to do it?
So for the next plane I want to upload, I'd like to add flaps. But the problem is that for the VTOL is use from 0 to -1 the geometry variable wings control. So I need my flaps to work only from 0 to 1. Does anyone know how to do it?
@HuskyDynamics01 Thank you!
Try
clamp01(VTOL)
and then invert the input if necessary.