Profile image

How to code auto aim turret that can work when away from main structure?

8,602 JCTECHNOLOGIES  1.3 years ago

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

  • Log in to leave a comment
  • Profile image
    3,348 Snowdog

    Yo dude remember me my account got stolen like 5 times

    one year ago
  • Profile image

    @Grob0s0VBRa thanks!

    +1 1.2 years ago
  • Profile image
    13.1k Grob0s0VBRa

    Here is a manual

    Uh, well yes there should be additional variables set for the local coords... i forgot about them.

    1.3 years ago
  • Profile image

    @Grob0s0VBRbut there is nothing on this that provides to coordinates of the turret

    1.3 years ago
  • Profile image
    13.1k Grob0s0VBRa

    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 with RollAngle and Heading.
    And it should work fine. That's all.

    1.3 years ago