-
Notifications
You must be signed in to change notification settings - Fork 79
RSDK-6884 - Change StartMappingSessionRequest in cloud_slam.proto #457
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-6884 - Change StartMappingSessionRequest in cloud_slam.proto #457
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approving so you can test your api changes in staging!
Module module = 12; | ||
} | ||
|
||
message Module { | ||
string name = 2; | ||
string module_id = 3; | ||
string version = 4; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@randhid Should this be embedded in StartMappingSessionRequest
given that we're not re-using Module
?
i.e.
message StartMappingSessionRequest {
...
string existing_map_version = 11;
string module_name = 12;
string module_id = 13;
string module_version = 14;
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think its reasonable to leave outside the request, because other cloud features will inevitably use their own registry modules
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's reasonable as is. It's interestign to note that we are first classing modules for cloud slam right now since this si required. But that's okay.
431ab0d
to
ba40a10
Compare
Ticket: https://viam.atlassian.net/browse/RSDK-6884
Done (in
StartMappingSessionRequest
):slam_algorithm_params
-->slam_config
Module module
Won't merge until App is approved: