Gazebo | Ignition | Community
Ask Your Question
0

Tutorial adding sensor to robot. Error/Bug?

asked 2015-02-17 08:48:13 -0500

Paulo gravatar image

In this tutorial when I insert my_robot I get a grey screen from Gazebo, and in the console it says "Waiting for model database update to complete".

Then says "Unable to connect to model database...".After this starts giving errors. Is there anyway I can simply download the model of the Hokuyo sensor? Why is this even connecting to some database? There is something really wrong with this tutorial.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-02-17 10:04:28 -0500

nkoenig gravatar image

You can clone the gazebo_model database, and copy it into ~/.gazebo/models using:

cd ~
hg clone https://bitbucket.org/osrf/gazebo_models
cp -r gazebo_models/* ~/.gazebo/models

The error message "Unable to connect to model database" means that either you don't have an internet connection, or the gazebo web server is down.

edit flag offensive delete link more

Comments

thx you. I copied the model I needed and it works now.

Paulo gravatar imagePaulo ( 2015-02-17 12:05:36 -0500 )edit

Question Tools

Stats

Asked: 2015-02-17 08:48:13 -0500

Seen: 192 times

Last updated: Feb 17 '15