Profile image

Multiple control surfaces

12.5k SuperSuperTheSylph  3.1 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 3.1 years ago
  • Profile image
    14.2k R4FABR

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

    2.2 years ago
  • Profile image

    @ZeroWithSlashedO THANK UUUU

    3.1 years ago
  • Profile image
    10.0k 416

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

    3.1 years ago
  • Profile image

    @LinearAerospike still not working :(

    3.1 years ago
  • Profile image

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

    +1 3.1 years ago
  • Profile image

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

    +1 3.1 years ago
  • Profile image

    tnx

    +1 3.1 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 3.1 years ago