danny wang a136536ff5 watchrobot first commit | 2 年 前 | |
---|---|---|
.. | ||
test | 2 年 前 | |
uavcan | 2 年 前 | |
.gitignore | 2 年 前 | |
.gitmodules | 2 年 前 | |
.travis.yml | 2 年 前 | |
LICENSE | 2 年 前 | |
MANIFEST.in | 2 年 前 | |
README.md | 2 年 前 | |
remove_build_outputs.sh | 2 年 前 | |
setup.cfg | 2 年 前 | |
setup.py | 2 年 前 |
Python implementation of the UAVCAN protocol stack.
UAVCAN is a lightweight protocol designed for reliable communication in aerospace and robotic applications via CAN bus.
Compatible Python versions are 2.7 and 3.3 and newer.
If the library is used with Python 3, which is recommended, it does not require any additional dependencies.
If Python 2.7 is used, additional dependencies are needed - refer to setup.py
for more info.
pip install uavcan
In order to deploy to PyPI via CI, do this:
version.py
, e.g. 1.0.0
, and commit before proceeding.git tag -a 1.0.0 -m "My release 1.0.0"
Please follow the Zubax Python Coding Conventions.