https://github.com/robotstudio/choreo-svc
Service definitions for the Choreo framework
https://github.com/robotstudio/choreo-svc
Last synced: 12 months ago
JSON representation
Service definitions for the Choreo framework
- Host: GitHub
- URL: https://github.com/robotstudio/choreo-svc
- Owner: RobotStudio
- License: gpl-3.0
- Created: 2017-09-05T16:53:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T22:06:40.000Z (over 8 years ago)
- Last Synced: 2023-03-02T00:51:56.166Z (over 3 years ago)
- Language: Go
- Size: 2.28 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# choreo-svc
Service definitions for the Choreo framework.
## Requirements
This project assumes that you'll be using the [choreo-msg](https://github.com/RobotStudio/choreo-msg) proto library.
## Generating
For generating, use the provided `Makefile` and override options as needed.
CPP Example:
make LANGUAGE=cpp PROTOINCLUDE=$GOPATH/src/github.com/RobotStudio/choreo-msg/msg all
Go Example:
make PROTOINCLUDE=$GOPATH/src/github.com/RobotStudio/choreo-msg/msg GRPCPLUGIN=$GOPATH/bin/protoc-gen-go all