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

[RSDK-9619] Add API for Discover Service and GetModelsFromModules #611

Merged
merged 8 commits into from
Jan 7, 2025

Conversation

JohnN193
Copy link
Member

@github-actions github-actions bot added the safe to test committer is a member of this org label Dec 31, 2024
@JohnN193 JohnN193 added the ready-for-protos add this when you want protos to compile on every commit label Dec 31, 2024

message DiscoverResourcesResponse {
// list of ComponentConfigs that describe the components found by a discover service. Can be used with UpdateRobotPart.
repeated app.v1.ComponentConfig discovery = 1;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just realized this should prob be called discoveries or something similar/plural

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree

message GetModelsFromModulesRequest {}

message GetModelsFromModulesResponse {
repeated ModuleModel model = 1;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also perhaps models?

@JohnN193 JohnN193 removed the ready-for-protos add this when you want protos to compile on every commit label Jan 7, 2025
@JohnN193 JohnN193 added the ready-for-protos add this when you want protos to compile on every commit label Jan 7, 2025
@JohnN193 JohnN193 requested a review from randhid January 7, 2025 17:11
@JohnN193 JohnN193 removed the ready-for-protos add this when you want protos to compile on every commit label Jan 7, 2025
@JohnN193 JohnN193 merged commit 3f0b40a into viamrobotics:main Jan 7, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
protos-compiled safe to test committer is a member of this org
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants