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

Package 'ros-indigo-urdfdom-headers' has no installation candidate

asked 2014-07-09 03:07:03 -0500

James Diprose gravatar image

Hi

I'm having trouble installting ros indigo on Ubuntu 14.04. I've followed all of the instructions on this page, but when I run sudo apt-get install ros-indigo-desktop-full I get the following errors:

sudo apt-get install ros-indigo-desktop-full
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-indigo-desktop-full : Depends: ros-indigo-desktop but it is not going to be installed
                           Depends: ros-indigo-simulators but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

I've narrowed the problem down, it won't install because it can't find the package ros-indigo-urdfdom-headers:

user@computer:/etc/apt$ sudo apt-get install ros-indigo-urdfdom-headers
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package ros-indigo-urdfdom-headers is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'ros-indigo-urdfdom-headers' has no installation candidate

Is there a solution to this?

Thanks

Jamie

edit retag flag offensive close merge delete

Comments

I'm seeing the same issue when re-provisioning my VM (https://github.com/ros-chef/ros-web-dev-vm, see the quickstart section to reproduce).

syrnick gravatar image syrnick  ( 2014-07-09 14:02:41 -0500 )edit

What are your apt sources?

tfoote gravatar image tfoote  ( 2014-07-09 17:09:10 -0500 )edit

vagrant@ros-web-dev:~$ sudo cat /etc/apt/sources.list.d/ros-indigo.list 
deb     http://packages.ros.org/ros/ubuntu trusty main

syrnick gravatar image syrnick  ( 2014-07-09 17:32:28 -0500 )edit

3 Answers

Sort by ยป oldest newest most voted
1

answered 2014-07-09 03:32:46 -0500

gvdhoorn gravatar image

I'm not sure of a solution, but this might be related to rosdistro/issue/4633.

edit flag offensive delete link more

Comments

There appears to have been in issue with the ftp mirror syncing. I'm looking into it now. I'll track it on the above ticket.

tfoote gravatar image tfoote  ( 2014-07-09 17:32:36 -0500 )edit

There isn't even a folder for http://packages.ros.org/ros/ubuntu/pool/main/r/ros-indigo-urdfdom -- it looks like urdfdom and headers are gone from public as well.

fergs gravatar image fergs  ( 2014-07-09 17:43:11 -0500 )edit
0

answered 2014-07-09 17:22:51 -0500

fergs gravatar image

updated 2014-07-09 17:23:45 -0500

I'm pretty certain the issue here is ros-indigo-collada-urdf and ros-indigo-collada-parser, which is version 1.11.3 in public and 1.11.4 in shadow-fixed. Only 1.11.4 has the updates for urdfdom going system. I can install desktop full in shadow-fixed, but on public it errors on desktop -> robot -> robot_model -> collada-urdf -> ros-hydro-urdfdom

edit flag offensive delete link more
1

answered 2014-09-30 10:29:40 -0500

zakieh gravatar image

I had the same problem and found out that it's due to manual installation of Gazebo before ros installation. So i tried

sudo apt-get remove gazebo-* sdformat-*

and it helped.

edit flag offensive delete link more

Comments

Seems you need to run this if you installed gazebo 4 before, then realized you need to remove it to install ROS. I ran this after running sudo apt-get remove gazebo4 and it allowed me install ros. Thanks!

petermitrano gravatar image petermitrano  ( 2014-12-28 16:26:14 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2014-07-09 03:07:03 -0500

Seen: 1,723 times

Last updated: Jul 09 '14