Can not load .obj file's color #4121
JiayunjieJYJ
started this conversation in
General
Replies: 2 comments
-
Maybe it is a problem of obj files. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@JiayunjieJYJ can you send the obj,mtl files and the script? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is the obj file:

But when I load it in pybullet:

even I use flags = URDF_USE_MATERIAL_COLORS_FROM_MTL:

p.loadURDF("Wood_Table.urdf", (1, 1, 1), (1,1,1,1),flags = p.URDF_USE_MATERIAL_COLORS_FROM_MTL)
It just can't load the right color.
Any suggestions? Thanks!!!
Beta Was this translation helpful? Give feedback.
All reactions