Profile image

Radar sight demonstration on the triton

7,896 WizNick  12 days ago
  • Log in to leave a comment
  • Profile image
    7,896 WizNick

    T for tag on the aircraft
    Upvote for tag when sight system releases separately from the aircraft

    Pinned 12 days ago
  • Profile image
    7,896 WizNick

    The video above shows a sight fixed on the range 550meters.
    I managed to add Target Distance into the equation. The way it works is that it uses PitchRate and YawRate on a piston and hinge. It works but I still need to actually completely understand my own code.
    My code:
    clamp(PR/5.5*(TargetDistance/550), -10.0, 3.0)
    clamp(YR/5.5*(TargetDistance/550), -3.0, 3.0)
    PR = pitch rate
    YR = Yaw Rate
    Input value on piston and hinge :
    min -0.1
    max 0.1
    I set it to target distance / 550 because my guns
    and sight were calibrated at 550 meters. Now for the PR/5.5, IDK it just worked.

    Pinned 12 days ago
  • Profile image

    T

    11 days ago
  • Profile image
    28.4k KPLBall

    T

    12 days ago
  • Profile image
    28.4k KPLBall

    @WizNick we'll see

    12 days ago
  • Profile image
    7,896 WizNick

    @KPLBall I wonder if this will actually help hit targets

    12 days ago