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.
T for tag on the aircraft
Upvote for tag when sight system releases separately from the aircraft
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 usesPitchRate
andYawRate
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.T
T
@WizNick we'll see
@KPLBall I wonder if this will actually help hit targets