yujinrobot / kobuki_desktop

Visualisation and simulation tools for Kobuki
http://www.ros.org/wiki/kobuki_desktop
37 stars 58 forks source link

Playground does not load correctly on initial try #21

Closed bit-pirate closed 9 years ago

bit-pirate commented 10 years ago

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>
corot commented 10 years ago

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 commented 10 years ago

Following up here: https://bitbucket.org/osrf/gazebo/issue/806/gzclient-does-not-download-missing-models

slivingston commented 9 years ago

@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.

jihoonl commented 9 years ago

Yeah This issue has been resolved. Closing.