panda-gym icon indicating copy to clipboard operation
panda-gym copied to clipboard

Set to move in a two-dimensional plane

Open ChenyangRan opened this issue 8 months ago • 6 comments

Hi, I'm using the panda-gym to create my UR3 Reach. But when I set the initial pos, and set_action(np.array(0,0,0)), the ur3 switch its pos automatically. It seems to automatically align tcp with xyz in the environment. Could you please tell me how to fixed the initial pos and just move in 2D?

Before: 2024-06-14 18-46-59 的屏幕截图

set action is [0,0,0] 2024-06-14 18-47-25 的屏幕截图

ChenyangRan avatar Jun 14 '24 10:06 ChenyangRan