kkalenbe / crazyflie-simulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMAV 2022 - crazyflie_simulation

This repository is based on the crazyflie_simulation by Bitcraze.


Webots

Install webots from the cyberbotics' website. We use version 2022a version. Do not forget to add the WEBOTS_HOME environment variable as shown in the documentation: https://cyberbotics.com/doc/guide/installation-procedure.

Then, compile the low-level controllers and set up the python virtual environment using

make all

Finally, activate the virtual environment and run webots using either:

source .venv/bin/activate
webots webots/worlds/crazyflie_cyberzoo_world.wbt

or

make run

About

License:MIT License


Languages

Language:C 45.3%Language:Python 22.6%Language:C++ 13.4%Language:Makefile 13.2%Language:SWIG 3.8%Language:CMake 1.7%