Skip to content

add generic component to useGeometries#674

Open
gmulz wants to merge 2 commits into
mainfrom
gmulitz-fetch-geometries-from-generic-component
Open

add generic component to useGeometries#674
gmulz wants to merge 2 commits into
mainfrom
gmulitz-fetch-geometries-from-generic-component

Conversation

@gmulz
Copy link
Copy Markdown
Member

@gmulz gmulz commented May 12, 2026

merged a change to rdk that adds GetGeometries to generic components (seems like a bug that it was not implemented) and now closing the loop so the 3d scene tab can visualize generic components with geometries. should let us do very simple things like make obstacles out of meshes that aren't implemented as "grippers" for no reason

tested this locally and it does work with the rdk changes (i forgot to take a screenshot before shutting everything off but trust me it works)

rdk pr: viamrobotics/rdk#5999

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 12, 2026

🦋 Changeset detected

Latest commit: 8e23a68

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@viamrobotics/motion-tools Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@gmulz gmulz requested review from DTCurrie and micheal-parks May 12, 2026 04:38
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 12, 2026

PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://viamrobotics.github.io/visualization/pr-preview/pr-674/

Built to branch gh-pages at 2026-05-14 23:42 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

const cameras = useResourceNames(partID, 'camera')
const grippers = useResourceNames(partID, 'gripper')
const gantries = useResourceNames(partID, 'gantry')
const generics = useResourceNames(partID, 'generic')
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any issues with this and generic services?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops yes

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed, but is this a shortcoming of the svelte sdk that i can't filter by anything other than subtype?

Copy link
Copy Markdown
Member

@DTCurrie DTCurrie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't forget to add a changeset

@gmulz gmulz requested a review from DTCurrie May 15, 2026 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants