You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/source/docs/common-uavcan-adapter-node.rst
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,11 @@ They utilize the `AP_Periph <https://github.com/ArduPilot/ardupilot/tree/master/
18
18
19
19
This provides an easy method to develop integrated DroneCAN peripherals which can be used with ArduPilot or other systems that support DroneCAN.
20
20
21
+
For example, a serial GPS adapted to DroneCAN:
22
+
23
+
.. image:: ../../../images/uavcan-node-gps.jpg
24
+
:width:450px
25
+
21
26
Features
22
27
========
23
28
The AP_Periph DroneCAN firmware can be configured to enable a wide range of
@@ -50,7 +55,7 @@ The AP_Periph DroneCAN firmware supports these DroneCAN features:
50
55
- Firmware update via MissionPlanner or DroneCAN-gui-tool
51
56
52
57
Developers
53
-
========
58
+
==========
54
59
Developers might find the :ref:`AP_Periph section <dev:ap-peripheral-landing-page>` of the dev docs useful for more details about creating AP_Periph nodes.
0 commit comments