docs: UAVCAN asset tracking (#26152)

This commit is contained in:
Claudio Chies
2026-01-07 04:46:15 +01:00
committed by GitHub
parent 38b6a9abf3
commit 1ff36422c9
5 changed files with 82 additions and 3 deletions

View File

@@ -27,6 +27,8 @@ Connecting peripherals over DroneCAN has many benefits:
- Wiring is less complicated as you can have a single bus for connecting all your ESCs and other DroneCAN peripherals.
- Setup is easier as you configure ESC numbering by manually spinning each motor.
- It allows users to configure and update the firmware of all CAN-connected devices centrally through PX4.
- PX4 automatically tracks device information (vendor, model, versions, serial numbers) for maintenance and fleet management.
See [Asset Tracking](../debug/asset_tracking.md).
## Supported Hardware