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
- Host: GitHub
- URL: https://github.com/robotstudio/choreo-msg
- Owner: RobotStudio
- License: gpl-3.0
- Created: 2017-08-30T21:35:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T18:26:06.000Z (over 7 years ago)
- Last Synced: 2025-02-09T04:15:15.335Z (4 months ago)
- Topics: choreo, choreo-framework, protobuf, protocol-buffers
- Language: Protocol Buffer
- Size: 2.79 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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