isaac-sim / IsaacGymEnvs

Isaac Gym Reinforcement Learning Environments
Other
1.79k stars 392 forks source link

How to move a floating hand #168

Open Dsai1006 opened 9 months ago

Dsai1006 commented 9 months ago

Hello,

My question is "is there any method to move a "floating" hand using position control ?."

"Floating" hand is a hand without any joints. An example of "floating" hand is https://github.com/PKU-MARL/DexterousHands. In this repository, the hand is moved using external force and torque, but the position is not given explicitly.

I want to change the hand pose by given the pose explicitly, such as MuJoCo's mocap MuJoCo's mocap body Is there any way to move the hand by given the pose explicitly?

Thank you very much