cause like, I feel like I've never seen one, but I kinda like the idea..
have anyone ever made an Indirect-fire FT? like mortars kinda thing?
70.2k Monarchii
9 months ago
cause like, I feel like I've never seen one, but I kinda like the idea..
I did this a long time ago, the code is old, but it works.
input:
(clamp((((A1+0.25*Trim)/abs(pow(cos(RollAngle),1)))-PitchAngle/(90*abs(cos(RollAngle)))),-1,1))
A1:
(rate(TargetElevation)*(((500*sin(asin((TargetDistance* 9.81) / (pow(500, 2)))/2) )/10) * 2)+atan((pow(500,2)+sqrt(pow(500,4)-9.81*(9.81*TargetDistance*cos(TargetElevation)*TargetDistance*cos(TargetElevation)+2*pow(500,2)*TargetDistance*sin(TargetElevation))))/(9.81*TargetDistance*cos(TargetElevation))))/90
500 Projectile Velocity
@SILVERPANZER so starting position is 45 degree correct?
@SILVERPANZER noted; say do you have any example of this system in work?
@SILVERPANZER thank you for the help, one more question, i assume the rotator is 90° rite? and what is the starting position, pointing forward or pointing up?