Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Path: blob/master/libraries/AP_DroneCAN/examples/DroneCAN_sniffer/README.md
Views: 1800
This is a UAVCAN sniffer designed to run on an ArduPilot board. It can be used to watch traffic on a UAVCAN bus, showing exactly what would be received by another node.
To build and upload for a Pixhawk style board run this:
then connect on the USB console. You will see 1Hz packet stats like this:
note that the code requires you to add new msg types you want to see. Look for the MSG_CB() and START_CB() macros in the code