Gazebo | Ignition | Community
Ask Your Question
-5

I Cannot endure anymore. Gazebo Team, could you please carefully release your project. [closed]

asked 2016-03-31 22:47:39 -0600

puav gravatar image

With due all my respects, If a powerful software is causing countless problems which are resulted by careless posting and maintenance, it will be a totally useless one and this is gazebo.

Could you please kindly have a look at your tutorials and release instruction on your website? Almost none of them works!

waiting for namespaces..... when executing

Unable to locate package gazeboXX.... when installing

Come on, what is the point to release your project and instructions when the users cannot get them?

Thank you for your attention.

edit retag flag offensive reopen merge delete

Closed for the following reason too subjective and argumentative by nkoenig
close date 2016-04-04 10:07:52.810652

Comments

5

-1. People here are happy to answer specific questions you have -- general complaints are really not constructive. If you have a question on how to do a particular thing: ask. If you have a feature request, make it. If you have a bug report, file it: https://bitbucket.org/osrf/gazebo/issues?status=new&status=open

Ben B gravatar imageBen B ( 2016-04-01 12:37:29 -0600 )edit

2 Answers

Sort by » oldest newest most voted
3

answered 2016-04-01 11:08:46 -0600

nkoenig gravatar image

updated 2016-04-01 18:13:31 -0600

Sorry to hear that you had a bad experience. Hopefully we'll be able to assist you.

I'll need a bit more information though. Could you update your post with answers to these questions?

  1. What version of Gazebo are you using?

  2. What operating system are you using (such as Ubuntu Trusty, or OSX)?

  3. What tutorial(s) did you try to follow?

  4. What command did you execute that resulted in "waiting for namespaces....."?

  5. What command did you execute that resulted in "Unable to locate package gazeboXX...."?

Every release we run through our tutorials to make sure they work. Sounds like we missed something, and we'll try to correct this situation as fast as possible.

Thanks for letting us know about your problem.

* Update *

So far you have said that you followed the tutorial exactly, and still can't install gazebo7. If this is the case, then something strange is going on. Can you please post the output to the following commands:

sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-stable.list'

.

 wget http://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add -

. just post the last couple lines of the next one

sudo apt-get update

.

sudo apt-get install gazebo7
edit flag offensive delete link more

Comments

The author of this question had Ubuntu 12.04, not 14.04 as originally reported. Therefore they could not install gazebo7 as indicated here (http://gazebosim.org/#status).

nkoenig gravatar imagenkoenig ( 2016-04-04 10:10:55 -0600 )edit
0

answered 2016-04-01 14:20:01 -0600

puav gravatar image

updated 2016-04-01 18:39:52 -0600

Hi,

Thank you for your reply.

Ubuntu 14.04, an indigo on it with the installed gazebo2 which causes "waiting for namespaces..." (like this http://answers.ros.org/question/19940...)

To avoid that "waiting for namespaces", I turn to new versions of gazebo and tried to install it via http://gazebosim.org/tutorials?tut=in... got the "unable to locate gazebo7"

These errors are really annoying to me because I am working on a coding and algorithm work and didn't expect such much time (weeks) spent in making existing simulation package work. The main complaint from that I think the project should have the property of downward compatibility. But I cannot see it in Gazebo (and ROS, another rough story..).

Thank you again for your time.

Update

wgt

Resolving packages.osrfoundation.org (packages.osrfoundation.org)... 54.193.183.180
Connecting to packages.osrfoundation.org (packages.osrfoundation.org)|54.193.183.180|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1772 (1.7K) [application/pgp-keys]
Saving to: `STDOUT'

100%[======================================>] 1,772       --.-K/s   in 0s      

2016-04-02 00:40:00 (154 MB/s) - written to stdout [1772/1772]

sudo apt-get update

Hit http://us.archive.ubuntu.com precise-backports/restricted Translation-en
Hit http://us.archive.ubuntu.com precise-backports/universe Translation-en
Ign http://packages.ros.org precise/main Translation-en_US          
Ign http://packages.ros.org precise/main Translation-en             
Ign http://packages.osrfoundation.org precise/main Translation-en_US
Ign http://packages.osrfoundation.org precise/main Translation-en
Reading package lists... Done

install gazebo

ubuntu:~$ sudo apt-get install gazebo7
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package gazebo7
edit flag offensive delete link more

Comments

It sounds like you are using gazebo with ROS. I suggest you look at these tutorials: http://gazebosim.org/tutorials?cat=connect_ros Could you also completely answer all of my previous questions? I still don't know how to help you because you have not included any technical information specific to your problem (console output for example). If you'd like to express frustrations, please email me directly and save this forum for useful discussions.

nkoenig gravatar imagenkoenig ( 2016-04-01 15:02:42 -0600 )edit

Q5: sudo apt-get install gazebo7, got the "unable to locate gazebo7" in http://gazebosim.org/tutorials?tut=install_ubuntu& "@ubuntu:~$ sudo apt-get install gazebo7 Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package gazebo7 " Q4: I'll mark it when reaching the computer on Monday.

puav gravatar imagepuav ( 2016-04-01 15:48:32 -0600 )edit

Did you run the first two steps of getting packages.osrfoundation.org and updating your keys?

nkoenig gravatar imagenkoenig ( 2016-04-01 17:25:06 -0600 )edit

Yes of course, the first two steps are successful Connecting to packages.osrfoundation.org (packages.osrfoundation.org)|54.193.183.180|:80... connected. written to 1772/1772. update then sudo apt-get install gazebo7: Unable to locate package gazebo7

puav gravatar imagepuav ( 2016-04-01 17:39:27 -0600 )edit

https://bitbucket.org/osrf/gazebo_tutorials/pull-requests/352/tutorial_7-0md-edited-online-with/diff

hsu gravatar imagehsu ( 2016-04-01 18:00:42 -0600 )edit

thank you hsu. I am trying it on my own pc now, a ubuntu 12.04. Get this: deb http://packages.osrfoundation.org/gazebo/ubuntu-stable precise main; update success “Ign http://packages.ros.org precise/main Translation-en_US Ign http://packages.ros.org precise/main Translation-en Ign http://packages.osrfoundation.org precise/main Translation-en_US Ign http://packages.osrfoundation.org precise/main Translation-en Reading package lists... Done ” , still cannot locate gazebo.

puav gravatar imagepuav ( 2016-04-01 18:16:07 -0600 )edit

See my upate.

nkoenig gravatar imagenkoenig ( 2016-04-01 18:27:27 -0600 )edit

updated my PR (note on 12.04, only up to gazebo4 debian is available).

hsu gravatar imagehsu ( 2016-04-01 18:27:59 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2016-03-31 22:45:19 -0600

Seen: 890 times

Last updated: Apr 01 '16