RuiqiZhang99 / uav_sim

Python version UAV simulator of UC Berkeley High Performance Robotics Lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python version UAV simulator of UC Berkeley High Performance Robotics Lab

License:MIT License


Languages

Language:Python 100.0%