danny wang a136536ff5 watchrobot first commit | 2 yıl önce | |
---|---|---|
.. | ||
dsdl | 2 yıl önce | |
test | 2 yıl önce | |
uavcan | 2 yıl önce | |
.gitignore | 2 yıl önce | |
.gitmodules | 2 yıl önce | |
LICENSE | 2 yıl önce | |
README.md | 2 yıl önce | |
setup.py | 2 yıl önce |
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.