Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 523 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 523 Bytes

UAV SIM: Simulator for Multiple Quadcopters in Python3

UAV AnimationMulti-UAV Animation

The library simulates and animates uavs for analyzing controller's performance

Usage

# Clone the repository and environment setup
git clone https://github.com/ruiqizhang99/uav_sim.git
conda env create -f environment.yaml
conda activate uav_sim

# Navigate to the project directory
cd uav_sim
pip install -e .

# Run main code
python3 simulate.py