Unity simulation in which we simulate a self-guided missile using computer vision with a YOLOv8 model
-
Updated
Dec 5, 2025 - C#
Unity simulation in which we simulate a self-guided missile using computer vision with a YOLOv8 model
The missile knows where it is at all times. It knows this because it knows where it isn't. By subtracting where it is from where it isn't, or where it isn't from where it is (whichever is greater), it obtains a difference, or deviation. The guidance subsystem uses deviations to generate corrective commands.
Python TERCOM (Terrain Contour Matching) Demo for GPS-Denied Navigation
A Python-based 3D kinematic simulation visualizing a missile interception scenario. Features real-time 3D STL mesh rendering, pure pursuit guidance logic, and dynamic collision detection with visual impact effects. Built with NumPy and Matplotlib.
3D missile guidance simulation — PN, APN, OGL with seeker, filter, autopilot dynamics, and Monte Carlo analysis
PNG ve APNG güdüm yasalarının MATLAB'da 2B füze-füze çarpışma simülasyonu ile karşılaştırılması
Python demo implementations of various missile proportional navigation guidance laws
Add a description, image, and links to the missile-guidance topic page so that developers can more easily learn about it.
To associate your repository with the missile-guidance topic, visit your repo's landing page and select "manage topics."