danny wang c58db0a360 自研发电调,修改了电调的转速,修改了压力分级 修改了获取的电调返回的信息 | 10 месяцев назад | |
---|---|---|
.. | ||
dsdl | 10 месяцев назад | |
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.