
u/Traditional-Pen24

It's a 1.5GB update why does it need 6GB of storage?
This doesn't make any sense
How is the first photo pulling more g's than the 3rd photo like it doesn't make any sense. They both have the same FT code the only different is that the first photo input is false so it's basically the same as the 3rd photo. And the third photo is even worse than the second photo which also doesn't make sense
First photo FT code:
Right wheel:
false?clamp(Roll / TAS * 100, -1, 1):clamp(Roll / 1.5 / TAS * 100, -1, 1)
Left wheel:
false?clamp(Roll / TAS * 100, -1, 1):clamp(Roll / 1.5 / TAS * 100, -1, 1)
Second photo FT code:
Right wheel:
Roll > 0?clamp(Roll / TAS * 100, -1, 1):clamp(Roll / 1.5 / TAS * 100, -1, 1)
Left wheel:
Roll < 0?clamp(Roll / TAS * 100, -1, 1):clamp(Roll / 1.5 / TAS * 100, -1, 1)
Third photo FT code:
Right wheel:
clamp(Roll / TAS * 100, -1, 1)
Left wheel:
clamp(Roll / TAS * 100, -1, 1)
How do I prevent the servo and rotor from doing that
There connected properly because I've checked all the connections all the rotor and servos are free spinning.
(This is a swaybar for my suspension)