danny wang a136536ff5 watchrobot first commit | преди 2 години | |
---|---|---|
.. | ||
dsdl | преди 2 години | |
test | преди 2 години | |
uavcan | преди 2 години | |
.gitignore | преди 2 години | |
.gitmodules | преди 2 години | |
LICENSE | преди 2 години | |
README.md | преди 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.
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.