Robotics StackExchange | Archived questions

Converting DAE file that works in Gazebo 2.2 to work in Gazebo 8

I have this Gazebo world that appears like this

image description

But it should looks like this

image description

Further research from the comments in this video indicates it's because the .dae was built in 2.2 and may not work well with later/latest versions. Any advice on changing it? https://www.youtube.com/watch?v=rVsPItHA0xw

Here is the .dae file I am using right now

https://github.com/wilselby/formulapi_ROS_simulator/blob/master/formulapi_gazebo/worlds/formulapi_track_1.dae

Asked by sisaha9 on 2020-11-29 17:58:29 UTC

Comments

you can try importing the mesh into a 3d modeling tool like blender then re-exporting it and see if it works.

Asked by iche033 on 2020-12-18 13:57:39 UTC

Answers