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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
protos-compiled ready-for-protos add this when you want protos to compile on every commit safe to test committer is a member of this org
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants