yujinrobot / kobuki_desktop

Visualisation and simulation tools for Kobuki

Home Page:http://www.ros.org/wiki/kobuki_desktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playground does not load correctly on initial try

bit-pirate opened this issue · comments

When first loading a world file with models from the online model database, Gazebo can't find those resources (e.g. dae files).

However, once one adds the unknown objects from the online database manually to the world, the next loading of that world file works. I guess, that is because a local copy of the model exists now.

Maybe we have the wrong resource links in our world files?

E.g. the cinder block from the playground.world

<model name='cinder_block'>
       [...]
        <visual name='visual'>
          <geometry>
            <mesh>
              <uri>model://cinder_block/meshes/cinder_block.dae</uri>
            </mesh>
          </geometry>
        </visual>
        [...]
</model>

mmm.... yes, but the log claims that it will download the missing models:

Warning [ModelDatabase.cc:335] Getting models from[http://gazebosim.org/models/]. This may take a few seconds.

I wonder if it's not a bug in the ModelDatabase.

@bit-pirate, @jihoonl should this issue be closed? turtlebot/turtlebot_simulator#17 is closed. The referenced Gazebo issue is resolved. I just tried roslaunch kobuki_gazebo kobuki_playground.launch and found the models to load correctly on the initial try.

Yeah This issue has been resolved. Closing.