You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Thanks for the great package for parsing the urdf files.
I notice there's a small error in utils.py. Is line 225 of utils.py intended to load the mesh from a file path? Then I guess trimesh.load_path(filename) will be the best option.
Hi. Thanks for the great package for parsing the urdf files.
I notice there's a small error in utils.py. Is line 225 of utils.py intended to load the mesh from a file path? Then I guess
trimesh.load_path(filename)will be the best option.