https://github.com/roemer/crazyserv
Server with a simple API to control multiple Crazyflie quads
https://github.com/roemer/crazyserv
bitcraze crazyflie drone server
Last synced: 3 months ago
JSON representation
Server with a simple API to control multiple Crazyflie quads
- Host: GitHub
- URL: https://github.com/roemer/crazyserv
- Owner: Roemer
- License: mit
- Created: 2018-10-20T12:33:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T09:01:42.000Z (over 7 years ago)
- Last Synced: 2025-05-16T00:42:15.400Z (about 1 year ago)
- Topics: bitcraze, crazyflie, drone, server
- Language: Python
- Size: 113 KB
- Stars: 6
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CrazyServ
Server with a simple API to control multiple Crazyflie quads
# Instructions
1. Create a python virtual environment
```bash
python -m venv crazyserv-env
```
2. Activate it
```bash
crazyserv-env/scripts/activate
```
3. Install the requirements
```bash
pip install -r requirements.txt
```
4. Run the server
```bash
python crazyserv.py
```
# API
TODO
# Notes
Make sure to use libusbk as crazy radio driver