Gazebo | Ignition | Community
Ask Your Question
1

warning waited one second for namespaces

asked 2016-04-01 16:28:58 -0500

akki gravatar image

updated 2016-04-04 12:31:57 -0500

chapulina gravatar image

While working on gazebo, I tried to launch $ gazebo worlds/gripper.world but came up with the following error:

 gazebo worlds/gripper.world
Gazebo multi-robot simulator, version 2.2.6
Copyright (C) 2012-2014 Open Source Robotics found <br>ation.
Released under the Apache 2 License.
http://gazebosim.org

Gazebo multi-robot simulator, version 2.2.6
Copyright (C) 2012-2014 Open Source Robotics found <br>ation.
Released under the Apache 2 License.
http://gazebosim.org

Msg Waiting for masterMsg Waiting for master

Msg Connected to gazebo master @ http://127.0.0.1:11345
Msg Connected to gazebo master @ http://127.0.0.1:11345
Msg Publicized address: 172.24.128.240
Msg Publicized address: 172.24.128.240
Warning [ModelDatabase.cc:334] Getting models from[http://gazebosim.org/models/]. This may take a few seconds.
Warning [gazebo.cc:215] Waited 1seconds for namespaces <br>.
Warning [gazebo.cc:215] Waited 1seconds for namespaces <br>.
Warning [gazebo.cc:215] Waited 1seconds for namespaces <br>.
Warning [gazebo.cc:215] Waited 1seconds for namespaces <br>.
Warning [gazebo.cc:215] Waited 1seconds for namespaces <br>.
Warning [gazebo.cc:215] Waited 1seconds for namespaces <br>.
Warning [gazebo.cc:215] Waited 1seconds for namespaces <br>.
Warning [gazebo.cc:215] Waited 1seconds for namespaces <br>.
Warning [gazebo.cc:215] Waited 1seconds for namespaces <br>.
Warning [gazebo.cc:215] Waited 1seconds for namespaces <br>.
Error [gazebo.cc:220] Waited 11 seconds for namespaces Giving up. <br>
Error [Node.cc:90] No namespace found <br>
Error [Node.cc:90] No namespace found <br>
Error [Node.cc:90] No namespace found <br>
Error [Node.cc:90] No namespace found <br>
Error [Node.cc:90] No namespace found <br>
Error [Node.cc:90] No namespace found <br>
Error [Node.cc:90] No namespace found <br>
Error [Node.cc:90] No namespace found <br>
Error [Node.cc:90] No namespace found <br>
Error [Node.cc:90] No namespace found <br>
Error [Node.cc:90] No namespace found <br>

I am not sure as to how to resolve it, I first had 2.2.2 installed, then i updated to 2.2.6 but the problem still persisted

edit retag flag offensive close merge delete

Comments

Did you wait for it to finish loading the model database or just shut it down after a bit? It may take a long time depending on your internet connection.

chapulina gravatar imagechapulina ( 2016-04-04 12:31:03 -0500 )edit

though it opens gazebo, but an empty world with no sun or anything.....not the world i wanted to load....anyways i installed ros jade & gazebo 5 and the issue seems to be solved

akki gravatar imageakki ( 2016-04-04 13:13:00 -0500 )edit

I have the same error coming up. Could somebody please post a solution?

Amy gravatar imageAmy ( 2016-12-09 01:49:31 -0500 )edit

1 Answer

Sort by » oldest newest most voted
0

answered 2017-07-09 02:37:21 -0500

I disconnected to Internet and worked well. but i dont know why but there's a connection problem ;-0

or edited both /usr/share/gazebo-2.2/setup.sh /usr/share/gazebo/setup.sh

from

export GAZEBO_MASTER_URI=http://localhost:11345

export GAZEBO_MODEL_DATABASE_URI=http://gazebosim.org/models

to

export GAZEBO_MASTER_URI=""

export GAZEBO_MODEL_DATABASE_URI=""

and

$ source /usr/share/gazebo-2.2/setup.sh

then worked fine

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-04-01 16:28:58 -0500

Seen: 6,040 times

Last updated: Jul 09 '17