ActionGraph to control the location of the object #257
Replies: 1 comment 1 reply
-
|
To help investigate, could you please share a minimal version of your .USD file (or the relevant asset hierarchy) that reproduces this behavior? That will allow us to reproduce the issue exactly and provide specific advice or escalate appropriately. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’m currently experimenting with runtime control (teleop) for a prim object in Isaac Sim. I created a simple Action Graph to move the prim to a given transform, and it does move the object visually to the expected location. However, I noticed that the frame remains at the initial position, which means only the visual mesh moves, while the attached sensors stay fixed in their original position and orientation.
I’ve attached a short video that demonstrates this behavior.
Has anyone experienced this issue before or found a way to properly update the world transform so that both the visual and the underlying prim (including sensors) move together?
Additionally, if there’s a recommended or alternative approach for teleoperating prims during runtime (e.g., through Python scripting, ROS bridge, or Action Graph nodes), I’d love to hear your suggestions.
Screencast.from.10-15-2025.04.18.32.PM.webm
Beta Was this translation helpful? Give feedback.
All reactions