gazebosim / gazebo-classic

Gazebo classic. For the latest version, see https://github.com/gazebosim/gz-sim
http://classic.gazebosim.org/
Other
1.18k stars 479 forks source link

Unable to locate package gazebo6 #1821

Open osrf-migration opened 8 years ago

osrf-migration commented 8 years ago

Original report (archived issue) by wonkeun youn (Bitbucket: wkyoun).


I tried to install gazebo6 on my laptop & odroid as described in following web:

http://gazebosim.org/tutorials?tut=install_ubuntu&ver=6.0&cat=install

Both One-line install and Step-by-step Install method results in the same error

but error is found as following:

Unable to locate package gazebo6

odroid@odroid:~$ wget -O /tmp/gazebo6_install.sh http://osrf-distributions.s3.amazonaws.com/gazebo/gazebo6_install.sh; sudo sh /tmp/gazebo6_install.sh

--2016-01-06 12:04:31-- http://osrf-distributions.s3.amazonaws.com/gazebo/gazebo6_install.sh Resolving osrf-distributions.s3.amazonaws.com (osrf-distributions.s3.amazonaws.com)... 54.231.50.26 Connecting to osrf-distributions.s3.amazonaws.com (osrf-distributions.s3.amazonaws.com)|54.231.50.26|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1601 (1.6K) [application/x-sh] Saving to: '/tmp/gazebo6_install.sh'

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

2016-01-06 12:04:31 (49.1 MB/s) - '/tmp/gazebo6_install.sh' saved [1601/1601]

Downloading keys OK Retrieving packages

OK Installing Gazebo Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package gazebo6 E: Unable to locate package libgazebo6-dev Complete. Type gazebo to start the simulator.

osrf-migration commented 8 years ago

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


The install works for me on Ubuntu Trusty. I assume you have installed gazebo and/or ROS in the past, correct? If so, could you try removing any Gazebo debians already installed?

osrf-migration commented 8 years ago

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


Issue #1822 was marked as a duplicate of this issue.

osrf-migration commented 8 years ago

Original comment by wonkeun youn (Bitbucket: wkyoun).


My platform is Single Board Computer callled odroid XU4(from Hardkernel) in the following link

I cannot figure out whether ubuntu that I installed is trusty or not

Would you please check out for me in following link?

In following link:

http://odroid.com/dokuwiki/doku.php?id=en:xu3_release_linux_ubuntu

My Ubuntu is Ubuntu 14.04.01 (20150212)

osrf-migration commented 8 years ago

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


I think you'll have to compile gazebo from source. We haven't built a binary version of Gazebo that is compatible with odroid.

osrf-migration commented 8 years ago

Original comment by wonkeun youn (Bitbucket: wkyoun).


Do you mean that I need to command like git clone http://~~~(hg https://bitbucket.org/osrf/simulator_gazebo) and catkin_make?

In the web : http://wiki.ros.org/gazebo

there is no indigo version for gazebo.

osrf-migration commented 8 years ago

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


Catkin is a ROS specific thing, and is not used by Gazebo. In general, always refer documentation about Gazebo from a location hosted at http://gazebosim.org.

A quick url to gazebo install: http://gazebosim.org/install

Compile for source instructions: http://gazebosim.org/tutorials?tut=install_from_source&cat=install

osrf-migration commented 8 years ago

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).