I need a code that activates the motors when a certain speed is exceeded.
Alternatively, (TAS>v) ? Throttle : 0. I think they'll both work about the same though, so pick whichever you like.
(TAS>v) ? Throttle : 0
Throttle*(TAS>#) should work.
Throttle*(TAS>#)
Alternatively,
(TAS>v) ? Throttle : 0
. I think they'll both work about the same though, so pick whichever you like.Throttle*(TAS>#)
should work.