...
In this article we will implement a UAVCAN service.
Warning | ||
---|---|---|
| ||
THE MATERIALS PRESENTED HERE ARE BASED ON UAVCAN v0 – AN EXPERIMENTAL VERSION OF THE PROTOCOL THAT IS NOW OBSOLETE. TO LEARN ABOUT THE LONG-TERM STABLE REVISION OF THE PROTOCOL, PROCEED TO UAVCAN.ORG. |
Goal
The most obvious example of a service in UAVCAN is the node configuration service. We will use the uavcan.protocol.param.GetSet
data type to read and write some parameters in Babel.
...