danny wang a136536ff5 watchrobot first commit | před 2 roky | |
---|---|---|
.. | ||
dsdl | před 2 roky | |
test | před 2 roky | |
uavcan | před 2 roky | |
.gitignore | před 2 roky | |
.gitmodules | před 2 roky | |
LICENSE | před 2 roky | |
README.md | před 2 roky | |
setup.py | před 2 roky |
Python implementation of the UAVCAN protocol stack.
UAVCAN is a lightweight protocol designed for reliable communication in aerospace and robotic applications via CAN bus.
This library is dependency-free. Compatible Python versions are 2.7 and 3.3 and newer.
sudo ./setup.py install
The code should be formatted in compliance with PEP8.