-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set to move in a two-dimensional plane #95
Comments
No 100% to understand. 0,0,0 is the position reached by the ee in the second image? |
No, I want to do nothing. But the ee change its position. |
How have you set the neutral position? With panda-gym/panda_gym/envs/robots/panda.py Line 45 in 746ee4d
|
can you share the code of your robot? |
It's ok. Thank you very much. |
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:
set action is [0,0,0]
The text was updated successfully, but these errors were encountered: