Profile image

Multiple control surfaces

3,994 SuperSuperTheSylph  2.5 years ago

I want to combine pitch and roll inputs on one control surface,but i don't know how...
Can someone help me?

  • Log in to leave a comment
  • Profile image

    why are you guys so confused? It's literally as simple as Pitch*1+Roll*-1 (depending on the side, if it's on the left side, use -, if it's on the right side, just use it do it normally)

    Pinned 2.5 years ago
  • Profile image
    13.7k R4FABR

    @ZeroWithSlashedO Thanks dude, seriosuly! I was looking for this to apply it on my Tomcat, really, thanks!

    1.6 years ago
  • Profile image

    @ZeroWithSlashedO THANK UUUU

    2.5 years ago
  • Profile image
    9,517 416

    How about this:
    clamp(Pitch+Roll/3,-1,1)

    2.5 years ago
  • Profile image

    @LinearAerospike still not working :(

    2.5 years ago
  • Profile image

    @SuperSuperTheSylph Uh, try this: clamp(Pitch/1.5+Roll/3,-1,1)

    +1 2.5 years ago
  • Profile image

    @LinearAerospike
    spoke too soon
    it's not working
    control surfaces doesn't move

    +1 2.5 years ago
  • Profile image

    tnx

    +1 2.5 years ago
  • Profile image

    For the input you can use: clamp(Pitch/PitchMix+Roll/RollMix,-1,1)
    PitchMix: The “ratio” of pitch
    RollMix: The “ratio” of roll
    You may have to change the sign if you mirror it.

    +2 2.5 years ago