The official protobuffer packets for communication between Embedded, Software & Control. This repository can be implemented as a submodule into other repositories. It is in ERC-Embedded.
It is extremely important that each protobuffer has a UNIQUE name, irrespective of the folder it resides in. This is because when you import another protobuf, you use "import [name].proto"
For more information on submodules, see: https://git-scm.com/book/en/v2/Git-Tools-Submodules
After cloning a repo with submodules, run: git submodule init git submodule update
or clone the repo with: git clone --recurse-submodules [repo_link]