Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.52 KB

uavcan-intro.md

File metadata and controls

31 lines (20 loc) · 1.52 KB

UAVCAN Introduction

官网英文原文地址:http://dev.px4.io/uavcan-intro.html

uavcan

UAVCAN is an onboard network which allows the autopilot to connect to avionics. It supports hardware like:

In contrast to hobby-grade devices it uses rugged, differential signalling and supports firmware upgrades over the bus. All motor controllers provide status feedback and implement field-oriented-control (FOC).

Upgrading Node Firmware

The PX4 middleware will automatically upgrade firmware on UAVCAN nodes if the matching firmware is supplied. The process and requirements are described on the UAVCAN Firmware page.

Enumerating and Configuring Motor Controllers

The ID and rotational direction of each motor controller can be assigned after installation in a simple setup routine: UAVCAN Node Enumeration. The routine can be started by the user through QGroundControl.

Useful links