-
Notifications
You must be signed in to change notification settings - Fork 25
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
mismatch between visual and collision #28
Comments
Hi @wangcongrobot, can you attach the model so I can debug locally? I can't really tell what's going on in the picture you sent! |
t200-with-bracket_obj.zip |
By the way, is there any way to generate separate .mtl files for each .obj file? Currently, the generated model only includes one .mtl file, which does not correspond to the .obj files. Thank you. |
Yes, I got the same results. It seems that the problem is caused by |
@wangcongrobot Looks like a bug with PCA indeed, I'll try to push a fix soon. In the meantime, can you not use the PCA flag? |
Yes, the default config without PCA works well for me. Thank you! |
Hi, thank you for your nice tool! I tried the new version to generate a better obj model. It works well, but there is mismatch between visual obj and collision obj. The command is like this:
obj2mjcf --obj-dir . --save-mjcf --compile-model --verbose --decompose --overwrite --add-free-joint --coacd-args.pca
Is there any problems? Thank you for your help!
The text was updated successfully, but these errors were encountered: