Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 416 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 416 Bytes

CrazyServ

Server with a simple API to control multiple Crazyflie quads

Instructions

  1. Create a python virtual environment
python -m venv crazyserv-env
  1. Activate it
crazyserv-env/scripts/activate
  1. Install the requirements
pip install -r requirements.txt
  1. Run the server
python crazyserv.py

API

TODO

Notes

Make sure to use libusbk as crazy radio driver