An open API service indexing awesome lists of open source software.

https://github.com/robotstudio/choreo-msg

Message definitions for the Choreo framework
https://github.com/robotstudio/choreo-msg

choreo choreo-framework protobuf protocol-buffers

Last synced: 2 months ago
JSON representation

Message definitions for the Choreo framework

Awesome Lists containing this project

README

        

# choreo-msg

Message definitions for the Choreo framework.

## Requirements

This project only has ProtoBuf requirements.

## Generating

If you intend to use this project with [choreo-svc](https://github.com/RobotStudio/choreo-svc) then you should generate
using that project instead.

For generating, use the provided `Makefile` and override options as needed.

CPP Example:

make LANGUAGE=cpp all

Go Example:

make GRPCPLUGIN=$GOPATH/bin/protoc-gen-go all