danny wang a136536ff5 watchrobot first commit 2 yıl önce
..
dsdl a136536ff5 watchrobot first commit 2 yıl önce
test a136536ff5 watchrobot first commit 2 yıl önce
uavcan a136536ff5 watchrobot first commit 2 yıl önce
.gitignore a136536ff5 watchrobot first commit 2 yıl önce
.gitmodules a136536ff5 watchrobot first commit 2 yıl önce
LICENSE a136536ff5 watchrobot first commit 2 yıl önce
README.md a136536ff5 watchrobot first commit 2 yıl önce
setup.py a136536ff5 watchrobot first commit 2 yıl önce

README.md

UAVCAN stack in Python

Python implementation of the UAVCAN protocol stack.

UAVCAN is a lightweight protocol designed for reliable communication in aerospace and robotic applications via CAN bus.

Documentation

Installation

This library is dependency-free. Compatible Python versions are 2.7 and 3.3 and newer.

sudo ./setup.py install

Development

The code should be formatted in compliance with PEP8.