ROS indigo Installation Dependency issue

asked 2022-04-08 11:17:31 -0500

dvogureckiy99 gravatar image

I am trying to install ROS Indigo in ubuntu: http://gazebosim.org/tutorials/?tut=d... When I give the following install command in my terminal:

    # Install osrf-common's dependencies
    sudo apt-get install -y cmake               \
                        debhelper           \
                        ros-indigo-ros      \
                        ros-indigo-ros-comm

the output messages i get is

    >                         debhelper           \
>                         ros-indigo-ros      \
>                         ros-indigo-ros-comm
Reading package lists... Done
Building dependency tree       
Reading state information... Done
cmake is already the newest version (3.16.3-1ubuntu1).
debhelper is already the newest version (12.10ubuntu1).
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-indigo-ros : Depends: ros-indigo-mk but it is not going to be installed
                  Depends: ros-indigo-rosbuild but it is not going to be installed
                  Depends: ros-indigo-roslib but it is not going to be installed
                  Depends: ros-indigo-rosunit but it is not going to be installed
 ros-indigo-ros-comm : Depends: ros-indigo-message-filters but it is not going to be installed
                       Depends: ros-indigo-rosbag but it is not going to be installed
                       Depends: ros-indigo-rosconsole but it is not going to be installed
                       Depends: ros-indigo-roscpp but it is not going to be installed
                       Depends: ros-indigo-rosgraph-msgs but it is not going to be installed
                       Depends: ros-indigo-roslaunch but it is not going to be installed
                       Depends: ros-indigo-roslisp but it is not going to be installed
                       Depends: ros-indigo-rosmsg but it is not going to be installed
                       Depends: ros-indigo-rosnode but it is not going to be installed
                       Depends: ros-indigo-rosout but it is not going to be installed
                       Depends: ros-indigo-rospy but it is not going to be installed
                       Depends: ros-indigo-rosservice but it is not going to be installed
                       Depends: ros-indigo-rostest but it is not going to be installed
                       Depends: ros-indigo-rostopic but it is not going to be installed
                       Depends: ros-indigo-roswtf but it is not going to be installed
                       Depends: ros-indigo-std-srvs but it is not going to be installed
                       Depends: ros-indigo-topic-tools but it is not going to be installed
                       Depends: ros-indigo-xmlrpcpp but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
edit retag flag offensive close merge delete

Comments

Can you clarify what the host OS is? 20.04 is not supported by Igloo. You may want to consider changing ROS distros or changing your operating system to one with Tier 1 support for Igloo. I would suggest not using Igloo as it is end-of-life.

kscottz gravatar image kscottz  ( 2022-04-08 14:47:26 -0500 )edit

Why do you want to use such an old version of ROS?

Rodolfo8 gravatar image Rodolfo8  ( 2022-04-08 15:53:51 -0500 )edit

It might because many older robots like kuka youbot never been updated to newer ros distros. even I use Hydro just to work on kuka youbot. And now I can not even download the ros hydro on new PC. I just have to use what is already installed few years back.

aarsh_t gravatar image aarsh_t  ( 2022-04-08 16:33:49 -0500 )edit