-
Notifications
You must be signed in to change notification settings - Fork 79
RSDK-6885 - Add fields to GetPropertiesResponse in slam.proto #458
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-6885 - Add fields to GetPropertiesResponse in slam.proto #458
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 on staging!
407fb63
to
871e90e
Compare
string internal_state_file_type = 3; | ||
repeated SensorInfo sensor_info = 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.
Double checking if these should be optional?
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.
We'll need sensor_info
to create the replay sensors. I think we could make internal_state_file_type
optional.
cc @JohnN193
Ticket: https://viam.atlassian.net/browse/RSDK-6885
Done:
GetPropertiesResponse
:internal_state_file_type
sensor_info
SDKs:
NOTE: Will not merge until SDK PRs are ready.