ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

error when trying to install ros hydro on ubuntu 12.04

asked 2014-10-07 15:47:29 -0500

djou gravatar image

I am trying to install ROS on ubuntu 12.04 to use it with both gazebo and morse.

I first installed ROS fuerte, but the setup.* files were not created in /opt/ros/fuerte. So I removed ROS fuerte and tried to install ROS hydro. when typing sudo apt-get install ros-hydro-desktop-full an error occurred:

user@user-SATELLITE-L750:~$ sudo apt-get install ros-hydro-desktop-full [sudo] password for user: Reading package lists... Done Building dependency tree
Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: ros-hydro-desktop-full : Depends: ros-hydro-simulators but it is not going to be installed E: Unable to correct problems, you have held broken packages.

How can I resolve this ?

thanks in advance

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2014-10-08 03:02:25 -0500

djou gravatar image

updated 2014-10-08 07:57:09 -0500

Hello,

I did what you said but it does not work, always the same error for ROS Hydro:/

After that I reinstalled ROS fuerte and setup.* where finally created.

Thank you :)

edit flag offensive delete link more
2

answered 2014-10-07 16:40:53 -0500

ct2034 gravatar image

Hi djou

please try sudo apt-get upgrade which will try to solve your problems.
OR

Try it all again by first cleaning and reinstalling later:

sudo apt-get remove ros-hydro-desktop-full
sudo apt-get clean
sudo apt-get autoclean

sudo apt-get update
sudo apt-get install ros-hydro-desktop-full
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-10-07 15:47:29 -0500

Seen: 439 times

Last updated: Oct 08 '14