A Python-based simulation tool to detect spatiotemporal conflicts in shared airspace between drone missions.
- π Waypoint-based mission planning
- π Time-window enforcement
- π Conflict detection with spatial & temporal checks
- π Conflict explanation (when, where, with whom)
- π 3D & 4D (animated) visualization using
matplotlib
- Python 3.9 or higher
- matplotlib
- jupyter (for interactive notebook use)
Install all dependencies:
pip install -r requirements.txt