Skip to content
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

segmentation fault with validate_grasps.py for mujoco-3D_Dollhouse_Happy_Brother #17

Open
wetoo-cando opened this issue Apr 10, 2024 · 1 comment

Comments

@wetoo-cando
Copy link

I have generated a grasp for the "3D_Dollhouse_Happy_Brother" object as can be seen in this image:
image

Then I processed the mujoco models according to the description here: https://github.com/PKU-EPIC/DexGraspNet/tree/main/asset_process. The coacd urdf has been generated as can be seen in this image:
image

Finally, I tried to validate the grasp, but ran into a segfault:

python scripts/validate_grasps.py --object_code mujoco-3D_Dollhouse_Happy_Brother
Importing module 'gym_37' (/home/rahul/code/DexGraspNet_wetoo_fork/thirdparty/isaacgym/python/isaacgym/_bindings/linux-x86_64/gym_37.so)
Setting GYM_USD_PLUG_INFO_PATH to /home/rahul/code/DexGraspNet_wetoo_fork/thirdparty/isaacgym/python/isaacgym/_bindings/linux-x86_64/usd/plugInfo.json
Not connected to PVD
+++ Using GPU PhysX
Physics Engine: PhysX
Physics Device: cuda:3
GPU Pipeline: disabled
JointSpec type free not yet supported!
Not connected to PVD
+++ Using GPU PhysX
Physics Engine: PhysX
Physics Device: cuda:3
GPU Pipeline: disabled
estimated: 370/500, simulated: 183/500, valid: 142/500
[1]    1521736 segmentation fault (core dumped)  python scripts/validate_grasps.py --object_code

Perhaps related to issue #16 , although the issue poster there used a different dexterous hand than the ones used in this repo.

What could be wrong?

@mzhmxzh
Copy link
Collaborator

mzhmxzh commented Jun 30, 2024

I think this is a bug with Isaac Gym. But it only occurs when the process exits, so it shouldn't interfere with normal usage. As you can see, the validation results are already computed and printed to the command line (simulated: 183/500).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants