I thought the flight computer variable outputs might help like:
Latitude
Longitude
Altitude
Pitch Angle
Roll Angle
Heading Angle
But I just don't know how to implement it into my auto aim turret's X and Y axis aim codes.
Can anyone help me? I am getting pretty desperate now.
I am planning of building a war robot that leaves the main structure, like an MARRS while having the main structure still able to utilize auto aim. The MARRS will be armed with a 12mm auto cannon with muzzle velocity of 1000m/s
Yo dude remember me my account got stolen like 5 times
@Grob0s0VBRa thanks!
Here is a manual
Uh, well yes there should be additional variables set for the local coords... i forgot about them.
@Grob0s0VBRbut there is nothing on this that provides to coordinates of the turret
Type names for the outputs.
Type those names into aim codes.
The End.
Like, really, just change the
PitchAngle
in code with that name you use in a flight computer, and repeat that procedure withRollAngle
andHeading
.And it should work fine. That's all.