[MISC] Add viewer code to handle moving objects#1378
Merged
duburcqa merged 3 commits intoGenesis-Embodied-AI:mainfrom Jul 10, 2025
Merged
[MISC] Add viewer code to handle moving objects#1378duburcqa merged 3 commits intoGenesis-Embodied-AI:mainfrom
duburcqa merged 3 commits intoGenesis-Embodied-AI:mainfrom
Conversation
duburcqa
reviewed
Jul 10, 2025
duburcqa
reviewed
Jul 10, 2025
duburcqa
reviewed
Jul 10, 2025
Collaborator
|
Ready to merge after rebase. |
d250407 to
548e33a
Compare
Contributor
Author
|
and rebased.
tests run ok locally a bit earlier.
…On Thu, Jul 10, 2025 at 5:18 PM Alexis DUBURCQ ***@***.***> wrote:
*duburcqa* left a comment (Genesis-Embodied-AI/Genesis#1378)
<#1378 (comment)>
Ready to merge after rebase.
—
Reply to this email directly, view it on GitHub
<#1378 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQF3LSZTRF5RRHFI7FGUN33HZ75TAVCNFSM6AAAAACBEIS3GWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTANJXHA4TMNZXGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
duburcqa
approved these changes
Jul 10, 2025
ACMLCZH
pushed a commit
to ACMLCZH/Genesis
that referenced
this pull request
Jul 15, 2025
…1378) * Add simple box-moving interaction. * Lazy load tensor in vec3.py, add Vec3/Quat.from_tensor/from_array. * Rename oobb to obb. * Vec3/Quat.as_tensor() is now a method.
chris-la-humalab
pushed a commit
to HumaLab/Genesis
that referenced
this pull request
Aug 1, 2025
…1378) * Add simple box-moving interaction. * Lazy load tensor in vec3.py, add Vec3/Quat.from_tensor/from_array. * Rename oobb to obb. * Vec3/Quat.as_tensor() is now a method.
LeonLiu4
pushed a commit
to LeonLiu4/Genesis
that referenced
this pull request
Aug 7, 2025
…1378) * Add simple box-moving interaction. * Lazy load tensor in vec3.py, add Vec3/Quat.from_tensor/from_array. * Rename oobb to obb. * Vec3/Quat.as_tensor() is now a method.
YilingQiao
pushed a commit
to YilingQiao/Genesis
that referenced
this pull request
Aug 22, 2025
…1378) * Add simple box-moving interaction. * Lazy load tensor in vec3.py, add Vec3/Quat.from_tensor/from_array. * Rename oobb to obb. * Vec3/Quat.as_tensor() is now a method.
winnieyangwannan
pushed a commit
to winnieyangwannan/Genesis
that referenced
this pull request
Sep 14, 2025
…1378) * Add simple box-moving interaction. * Lazy load tensor in vec3.py, add Vec3/Quat.from_tensor/from_array. * Rename oobb to obb. * Vec3/Quat.as_tensor() is now a method.
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.
Description
Objects can be held with LMB.
When objects are held, camera rotation (via mouse-drag) is suspended.
Temporary implementation of object movement is added, where only position is updated, not velocities, so that causes interpenetrations of objects.
Motivation and Context
Allow moving of objects and kinematic chains by using external user force.
How Has This Been / Can This Be Tested?
Manual testing only
Screenshots (if appropriate):
Checklist:
Submitting Code Changessection of CONTRIBUTING document.