I added an example publisher and subscriber, which both use the TrueAirspeed message. In the publisher, true airspeed is simply set to ramp between 0 and 40 before returning back to 0 to ramp again. This enables a very simple setup requiring no sensors. The publisher and subscriber code are each just a single .ino file, enabling good insight into what's needed to interface with UAVCAN. Tested with two Teensy 3.6 boards.
I added an example publisher and subscriber, which both use the TrueAirspeed message. In the publisher, true airspeed is simply set to ramp between 0 and 40 before returning back to 0 to ramp again. This enables a very simple setup requiring no sensors. The publisher and subscriber code are each just a single .ino file, enabling good insight into what's needed to interface with UAVCAN. Tested with two Teensy 3.6 boards.