bybop

Bebop Drone control for python


Keywords
bebop, python, control
License
BSD-3-Clause
Install
pip install bybop==0.1.2

Documentation

bybop : Bebop Drone control library for python

This is a non-officail library for python to control Bebop Drone, highly based on Nicolas BRÛLEZ's bybop.

I pack the arsdk-xml submodule here.

Please tell me if this infringes the copy right.

Prerequistes

  • Python
  • arsdkxml
  • setuptool
  • twine (for uploading)

Installation

For latest version

python setup.py install

Pip install

pip install bybop

Upload to Pypi

python setup.py sdist
twine upload ./dist/<.tar.gz file>

License

BSD

Contributors