-
Notifications
You must be signed in to change notification settings - Fork 111
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-1176] Allow request to single_server/dual_server for a lazy mim… #1691
Conversation
…e type to return a different lazy mime type
|
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.
LGTM - can you add the link to the jira ticket in the description?
Added the ticket link, sorry! I'll also ask about putting links in the PR title. |
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.
This here LGTM! I would just say to make sure SLAM knows that it actually got a lazy PNG back but I'm sure y'all are on that.
Thanks! Yes, we check that in slam. |
…e type to return a different lazy mime type
https://viam.atlassian.net/browse/RSDK-1176
I tested that orbslam still runs correctly, and I can view the depth stream through the app.
Note that slam already checks that it gets the type it expects:
rdk/services/slam/builtin/builtin.go
Lines 808 to 810 in 1a72af4
In testing my changes, I encountered this bug: https://viam.atlassian.net/browse/RSDK-1273