Skip to content

kkalenbe/crazyflie-simulation

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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