[Question] Issue with Franka Teleoperation (Hand Tracking) using a Publicly Available URDF/USD Model #3594
Replies: 2 comments
-
We have confirmed two additional key findings regarding the instability of the IK control: Model Isolation (HandTracking): Input Isolation (Keyboard): |
Beta Was this translation helpful? Give feedback.
-
We have successfully identified the root cause of the unstable IK calculation after URDF import, and the issue is now resolved. Root Cause: Resolution: Thank you for your valuable input during the debugging process. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on IsaacLab to collect imitation learning data by controlling a robot arm via hand tracking using GR00T-Teleop + MetaQuest3 + SteamVR.
I confirmed that the default Franka sample task works correctly with the following command:
My next goal is to use a publicly available Franka URDF model and get it to work with teleoperation (hand tracking), just like the sample.
However, the arm's movement doesn't follow my hand (the red dot) as expected. It moves slightly, but not correctly.
IsaacLab_teleop.mp4
I suspect the problem is not in the code but in the imported USD file (robot model) configuration.
I am unsure if additional settings are required after importing a public URDF/USD model to use it for teleoperation in IsaacLab, or if my URDF/USD import process is wrong.
Could you please provide a solution for correctly setting up a public URDF/USD model to enable teleoperation functionality similar to the sample task?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions