Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create protobuf for data shared between GCS/OBC #3

Closed
atar13 opened this issue Oct 2, 2023 · 1 comment
Closed

Create protobuf for data shared between GCS/OBC #3

atar13 opened this issue Oct 2, 2023 · 1 comment

Comments

@atar13
Copy link
Member

atar13 commented Oct 2, 2023

🚀 Feature

Define protobuf messages for data types that the GCS and OBC both interact with. These can include competition specific information such as the types of target colors, what information is tagged with a water bottle, data associated with classified targets, etc.

Additional context

See datatypes defined in the obcpp and gcs.

Also, check to see what kinds of C++ enums are generated. There are regular C enums and C++ enum classes . If the default behavior is not to generate enum classes, look into if it's possible.

@atar13
Copy link
Member Author

atar13 commented Oct 2, 2023

These messages should live in protobuf repo and should be shared to each repo via git submobules.

@atar13 atar13 mentioned this issue Oct 3, 2023
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants