-
Notifications
You must be signed in to change notification settings - Fork 45
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
DOCS-3341: Add missing python methods and fix check #3858
Conversation
✅ Deploy Preview for viam-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
sorry-- meeting with rand rn and realized this is being deprecated. will result in changes to camera (no more webcam drop down)
.github/workflows/sdk_protos_map.csv
Outdated
@@ -443,6 +446,7 @@ robot,FrameSystemConfig,,get_frame_system_config,FrameSystemConfig, | |||
robot,TransformPose,,transform_pose,TransformPose, | |||
robot,TransformPCD,,,TransformPointCloud, | |||
robot,StreamStatus,,,, | |||
robot,DiscoverComponents,,discover_components,DiscoverComponents, |
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.
actually this is being deprecated-- circa rand rn.
robot,DiscoverComponents,,discover_components,DiscoverComponents, |
@@ -9,6 +9,7 @@ | |||
| [`FrameSystemConfig`](/dev/reference/apis/robot/#framesystemconfig) | Get the configuration of the frame system of a given machine. | | |||
| [`TransformPose`](/dev/reference/apis/robot/#transformpose) | Transform a given source Pose from the original reference frame to a new destination reference frame. | | |||
| [`TransformPCD`](/dev/reference/apis/robot/#transformpcd) | Transforms the pointcloud to the desired frame in the robot's frame system. | | |||
| [`DiscoverComponents`](/dev/reference/apis/robot/#discovercomponents) | Get a list of discovered potential component configurations, for example listing different supported resolutions. Currently only works for some cameras. | |
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.
being deprecated
You can view a rendered version of the docs from this PR at https://docs-test.viam.dev/3858 |
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 naomi!
Adding a variety of methods that have been added to the python SDK docs. Also fixing the check that checks whether there is anything in the python sdk docs we're not covering