Profile image

need help for funky tree stabilizer? aircraft

75 stroller  10 hours ago

my plane when pitch it wobble up down.is there any funky tree to stabilise it?

  • Log in to leave a comment
  • Profile image
    288 griges

    lmk if it work
    lets fix it
    im still learning

    2 hours ago
  • Profile image

    @griges it after.also thank man.

    3 hours ago
  • Profile image
    288 griges

    Nevermind! i misunderstood
    i thought wobble "after" pitching
    if wobble during pitch just decrease the angle from rotator/control surface you use
    if still persist,
    just change input
    from Pitch to smooth(Pitch,x)
    again, change x
    start from 0.1,0.2, and higher if the pitch too slow

    3 hours ago
  • Profile image
    288 griges

    this is limited to my knowledge if the input on the elevator
    try
    Pitch+(Pitch=0?PID(0,PitchRate,x,0,0)/PitchRate:0)
    change x to
    start with 0.3
    if the craft pitch too fast, go lower.if too slow, go higher
    try not to go more than 1,
    you can go lower to 0.01 and more

    or
    Pitch+(Pitch=0?clamp(-PitchRate/x,0,0.5):0)
    change x to how fast your craft pitch rate,
    if you plane pitch at max is 10degree/s
    put 10, change number accordingly
    try
    someone else knew better. i dont know xml coding. just learnt from players posts

    3 hours ago