-
Notifications
You must be signed in to change notification settings - Fork 71
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
How to get the gripper's state #65
Comments
In this case you need You can also visualize the robot urdfs in https://github.com/simpler-env/SimplerEnv/tree/main/tools/robot_object_visualization to understand the meaning of each joint's qpos. |
Thank you so much for the clarification. |
I use fSpy to get the camera extrinsics for Bridge. Google Robot's camera extrinsics are already known. |
Thank you so much for patiently answering my questions. |
Hello, @Jay-Ye Thank you! |
Thanks so much for this amazing work.
I'm wondering if it's possible to get the gripper's state information that is aligned with the dataset.
I checked
env.agent.get_gripper_closedness()
, but it seems not to be similar to the real gripper state recordedepisode_steps[i]['observation']['state'][6]
The text was updated successfully, but these errors were encountered: