Repository for working on the aerial autonomous transport project based on the gym-pybullet-drones simulator.
- clone repo
cd Drones_club_2024conda create -n drones python=3.10conda activate dronessh build.shpython3 main.py
If you have problem "libGL error: MESA-LOADER: failed to open swrast:" etc:
conda install -c conda-forge libgcc=5.2.0conda install -c anaconda libstdcxx-ngconda install -c conda-forge gcc=12.1.0