Fly_Swatter is a simulation of a fire control computer for intercepting a mid-air target. It simulates a random target relative to the origin, and then calculates the trajectory and firing solution needs for an interception.
Examples contains a working example of the computer.
!git clone https://github.com/pvalle6/Fly_Swatter.git
!mv /content/Fly_Swatter/setup.py /content/setup.py
!pip install .
numpy
scipy
time
sched
random
matplotlib
!python -m unittest /content/Fly_Swatter/tests/test_fire.py
!python -m unittest /content/Fly_Swatter/tests/test_radar.py
!python -m unittest /content/Fly_Swatter/tests/test_target.py