This project includs tools for camera calibration and precise annotation for analyzing projectile motion. It also featured different numerical integration for theoretical trajectories.
Physics and aerodynamic parameters are now centralized in params/projects.json.
- Choose a profile name (for example
fuel_2026orlegacy_ball_150mm). - Set
PROJECT_NAMEindistill.py,actualVelocityEstimator.py, ortraj.py. - Shared trajectory integration is implemented once in
ballistics.py.
This removes duplicated constants/ODE code and keeps all scripts consistent.
