Error while building catkin_ws in Ubuntu 13.10
Hi there,
I'm trying to install ROS Hydro on Ubuntu 13.10 from source and I get this error while builiding catkin_ws
with rosdep install --from-paths src --ignore-src --rosdistro hydro -y
:
executing command [sudo apt-get install -y gazebo2]
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package gazebo2
ERROR: the following rosdeps failed to install
apt: command [sudo apt-get install -y gazebo2] failed
apt: Failed to detect successful installation of [gazebo2]
Can someone point me out how can I get pass this dependency? (that means, how to make rosdep
ignore gazebo2
package)
Already tried rosdep install --from-paths src --ignore-src --rosdistro hydro -y -r
(to ignore minor errors) but no luck.
Thanks!
Hi all, I experienced the same problem and fixed it by first launching: > sudo sh -c 'echo "deb > http://packages.osrfoundation.org/gazebo/ubuntu > saucy main" > > /etc/apt/sources.list.d/gazebo-latest.list' > > wget > http://packages.osrfoundation.org/gazebo.key > -O - | sudo apt-key add -