Taking thumbnail screenshots for assemblies in the Simulator SYNTH-272 - #1443
Open
Dhruv-0-Arora wants to merge 13 commits into
Open
Taking thumbnail screenshots for assemblies in the Simulator SYNTH-272#1443Dhruv-0-Arora wants to merge 13 commits into
SYNTH-272#1443Dhruv-0-Arora wants to merge 13 commits into
Conversation
Signed-off-by: Dhruv Arora <dhruv.arora1@autodesk.com>
Signed-off-by: Dhruv Arora <dhruv.arora1@autodesk.com>
Signed-off-by: Dhruv Arora <dhruv.arora1@autodesk.com>
Signed-off-by: Dhruv Arora <dhruv.arora1@autodesk.com>
Signed-off-by: Dhruv Arora <dhruv.arora1@autodesk.com>
Signed-off-by: Dhruv Arora <dhruv.arora1@autodesk.com>
Collaborator
Author
… & download Signed-off-by: Dhruv Arora <dhruv.arora1@autodesk.com>
Signed-off-by: Dhruv Arora <dhruv.arora1@autodesk.com>
Dhruv-0-Arora
marked this pull request as ready for review
July 25, 2026 01:57
Dhruv-0-Arora
requested review from
PepperLola,
RoushilS and
rutmanz
and removed request for
a team
July 25, 2026 01:57
Signed-off-by: Dhruv Arora <dhruv.arora1@autodesk.com>
rutmanz
reviewed
Jul 28, 2026
…1/272/thumbnail-screenshot Resolved conflicts: - MirabufSceneObject.ts createMirabuf: kept both the incoming progress handle update / yieldToMain and our assemblyHash assignment. - ProtectedZoneSceneObject.test.ts: kept our "@/mirabuf/*" alias imports, which already include the incoming "import type" change.
Dhruv-0-Arora
force-pushed
the
darora1/272/thumbnail-screenshot
branch
from
July 30, 2026 17:17
7f58213 to
1cadd0b
Compare
Signed-off-by: Dhruv Arora <dhruv.arora1@autodesk.com>
Signed-off-by: Dhruv Arora <dhruv.arora1@autodesk.com>
Signed-off-by: Dhruv Arora <dhruv.arora1@autodesk.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Task
Generating a thumbnail for newly spawned assemblies (Imported Locally).
Note
Will need to create another PR for exporting all of the default assets to replace their thumbnails
SYNTH-272
Symptom
Locally imported robots using c++ exporter and urdf do not have thumbnails
Solution
Creating thumbnails within the simulator by rendering a frame from a set camera angle and calculated framing and then embedding it into the mira data (so if they are exported again then it will be in that data).
Verification
Before merging, ensure the following criteria are met: