ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Not able to import collada(.dae) into Gazebo

asked 2021-12-15 05:35:57 -0500

vidu98 gravatar image

updated 2022-01-31 08:41:36 -0500

lucasw gravatar image

I'm trying to import a (.dae) Collada file in the gazebo, But when i run gazebo my_mesh.world it opens an empty world.

my_mesh.world file:

<?xml version="1.0"?>
<sdf version="1.4">
  <world name="default">
    <include>
      <uri>model://ground_plane</uri>
    </include>
    <include>
      <uri>model://sun</uri>
    </include>
    <model name="my_mesh">
      <pose>0 0 0  0 0 0</pose>
      <static>true</static>
      <link name="body">
        <visual name="visual">
          <geometry>
            <mesh><uri>file://monkey.dae</uri></mesh>
          </geometry>
        </visual>

      </link>
    </model>
  </world>
</sdf>

.dae file link: https://drive.google.com/file/d/1DUs7...

edit retag flag offensive close merge delete

Comments

1

Similar question q#35819 with answer "You're going to have to build a URDF of your building..."

ljaniec gravatar image ljaniec  ( 2021-12-15 06:18:29 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-01-03 06:02:56 -0500

ljaniec gravatar image

Can you try to start Gazebo with a --verbose command and paste the terminal info after starting your world?

Your .dae file is quite big, can you try to simplify it?

Does it have a texture (if yes - are the files in the same folder)?

Does the standard tutorial example with duck work on your machine?

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-12-15 05:35:57 -0500

Seen: 813 times

Last updated: Jan 03 '22