gzclient tries to load mesh with absolute filename

asked 2017-03-17 09:33:03 -0600

bochen87 gravatar image

updated 2017-03-17 10:46:57 -0600

chapulina gravatar image

Hi all,

I'm having the gzserver and rosmaster running on a server.

I'm launching my URDF model into the gazebo simulation server and then try to visualize it by launching the gzclient on my local machine.

Strangely, it tries to load the meshes with the absolute path of the server machine and of course it errors, because it can't find the meshes. My URDF points to the meshes like this:

package://my_description/meshes/my_mesh.dae

Then on my local machine, the error is:

[Err] [Visual.cc:2726] No mesh specified
[Err] [SystemPaths.cc:410] File or path does not exist["/home/my_server/my_ws/src/my_description/meshes/wheel_front.dae"]
[Err] [Visual.cc:2726] No mesh specified
[Err] [SystemPaths.cc:410] File or path does not exist["/home/my_server/my_ws/src/my_description/meshes/wheel_front.dae"]
[Err] [Visual.cc:2366] No mesh found, setting mesh to a unit box
edit retag flag offensive close merge delete

Comments

Same problem. Any follow up on this?

ethanabrooks gravatar imageethanabrooks ( 2017-05-04 16:54:25 -0600 )edit

Hello, Same problem.. Did you guys find a solution ? Thanks !

Jum gravatar imageJum ( 2019-03-20 12:00:32 -0600 )edit