This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
RustyBeaver's profile picture

Missile Origin Detector? Defense Tech

Started by RustyBeaver, 24 January 2017 - 08:38 PM
RustyBeaver #1
Posted 24 January 2017 - 09:38 PM
Hey im using defense tech and i wanted to make a missile origin detector that will detect the origin of a missile (Coords) and be able to send a automatic attack back
Engineer #2
Posted 15 February 2017 - 09:45 AM
Good luck!
Lupus590 #3
Posted 15 February 2017 - 12:05 PM
First step, can you detect an incoming missile? don't worry about finding where it came from yet.

Second, find the velocity of the incoming missile.

Third, use the velocity to calculate the trajectory it took to get to where it was detected.

Finally, find the origin point of the trajectory and send a missile there.


Potential problems:
  • hard to calculate the trajectory if the missile can change its velocity
  • to get exact source of the incoming missile, the system needs to know land height at that location