https://github.com/emanahmed55/a_heat_guided_air_to_air_missile_controller
A simple web project by using Angular and firebase.This web project is about a missile that contains a burner, a proximity trigger, a warhead , two sets of wings , yaw (left ,right) , pitch ( up ,down) , a launch sensor , and an infra-red camera
https://github.com/emanahmed55/a_heat_guided_air_to_air_missile_controller
algorithm angular burner c firebase infra-red-camera launch-sensor missile pitch proximity warhead wings yaw
Last synced: 6 days ago
JSON representation
A simple web project by using Angular and firebase.This web project is about a missile that contains a burner, a proximity trigger, a warhead , two sets of wings , yaw (left ,right) , pitch ( up ,down) , a launch sensor , and an infra-red camera
- Host: GitHub
- URL: https://github.com/emanahmed55/a_heat_guided_air_to_air_missile_controller
- Owner: EmanAhmed55
- Created: 2025-02-24T20:21:34.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-02-24T21:04:16.000Z (8 months ago)
- Last Synced: 2025-03-03T23:00:09.469Z (7 months ago)
- Topics: algorithm, angular, burner, c, firebase, infra-red-camera, launch-sensor, missile, pitch, proximity, warhead, wings, yaw
- Language: TypeScript
- Homepage:
- Size: 436 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Missile Controller Web Project
This is a simple web project developed using Angular and Firebase. The purpose of the project is to simulate the control system of a missile, which includes several components that interact with each other during flight.
Components of the Missile
- Burner
- Proximity Trigger
- Warhead
- Two Sets of Wings
- Yaw (Left, Right)
- Pitch (Up, Down)
- Launch Sensor
- Infra-Red Camera
How the Missile Controller Works
The story of the project starts as follows:
- First, the missile is launched.
- Half a second later, the burner is activated. The burner will be deactivated in case of missile explosion or if an error occurs.
- The controller includes wings that help steer the missile towards its target. Each set of wings has 5 modes:
- Centered
- Small deviation to left
- Small deviation to right
- Strong deviation to left
- Strong deviation to right
- Three seconds after launch, the burner may stop, or the arming may be canceled in two cases:
- Burner malfunction
- Losing the target by the camera
- The warhead explodes if the missile is armed and the proximity trigger is activated.
Technologies Used
- Angular
- Firebase