Server with a simple API to control multiple Crazyflie quads
- Create a python virtual environment
python -m venv crazyserv-env
- Activate it
crazyserv-env/scripts/activate
- Install the requirements
pip install -r requirements.txt
- Run the server
python crazyserv.py
TODO
Make sure to use libusbk as crazy radio driver