-
Notifications
You must be signed in to change notification settings - Fork 75
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-7531 - Add GetProperties to vision service #493
Conversation
bool classifications_supported = 1; | ||
bool detections_supported = 2; | ||
bool object_point_clouds_supported = 3; |
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.
Would be nice to have docstrings here, even though the docstrings would be super self explanatory. It's just very useful with auto-generated documentation in the SDKs
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.
Gotchu
I see that in some places, the protoc version gets downgraded to a previous version. Can you make sure your local setup is up to date ('make setup' on your api repo) and that you are basing your commit on top of the latest commit of the api repo, too? |
Okay great catch on the versioning thing. It's fixed now, I had to nuke my old /opt folder before the make setup. |
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.
Thanks for doing the checks! LGTM
The file worth viewing here (to see the changes) is the vision.proto . Adding this as scoped here (https://docs.google.com/document/d/1P0eFy1Y5zBT91oFxz32isku3l5HJUHfdzSKYuS-MFMI/edit?usp=sharing)
Everything else is autogenerated.