Skip to content
Snippets Groups Projects
user avatar
Charles JAVERLIAT authored
12d9f146
Name Last commit Last update
messages
.gitignore
Dockerfile
LICENSE
README.md
makefile

messages-schemas

Protocol buffers message schemas. They aim to be used to transmit messages on serial.

Usage

To build the messages, you need the protobuf and python-protobuf packages.

You should use the StatusMessage messages to send message over serial.

How to add messages

TODO: write