danny wang c58db0a360 自研发电调,修改了电调的转速,修改了压力分级 修改了获取的电调返回的信息 il y a 8 mois
..
dsdl c58db0a360 自研发电调,修改了电调的转速,修改了压力分级 修改了获取的电调返回的信息 il y a 8 mois
test 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 il y a 2 ans
uavcan 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 il y a 2 ans
.gitignore 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 il y a 2 ans
.gitmodules 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 il y a 2 ans
LICENSE 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 il y a 2 ans
README.md 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 il y a 2 ans
setup.py 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 il y a 2 ans

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.