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

compiling on Ubuntu 14.10?

asked 2015-02-08 10:05:06 -0500

akosmaroy gravatar image

Hi,

I'm trying to install / compile ROS on Unbutu 14.10, but it seems it's not supported? I wonder how different it is from 14.04?

I don't see .deb packages for 14.10. when I try to compile, I get:

$ rosinstall_generator desktop_full --rosdistro utopic --deps --wet-only --tar > utopic-desktop-full-wet.rosinstall
Unknown distribution: 'utopic'. Valid distribution names are: 'groovy', 'jade', 'indigo', 'hydro'

I wonder if 14.10 will be supported soon, if there is an easy way to make this work?

Akos

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
2

answered 2015-02-08 10:53:00 -0500

gvdhoorn gravatar image

updated 2015-02-08 10:53:34 -0500

I'm trying to install / compile ROS on Unbutu 14.10, but it seems it's not supported?

Correct, at least not yet. See REP-003 for the list of supported Ubuntu platforms. Indigo is supported on Ubuntu Trusty. ROS Jade will support both Ubuntu Trusty (14.04) and Ubuntu Utopic (14.10) (and Vivid).

I wonder how different it is from 14.04?

Different enough to only be considered for Utopic.

rosinstall_generator desktop_full --rosdistro utopic --deps --wet-only --tar > utopic-desktop-full-wet.rosinstall

The argument is called rosdistro, but you are supplying it with the name of an Ubuntu distribution. That won't work.

Decide for yourself with ROS distribution you want to install, and replace utopic with the codename of the ROS distribution (ie: groovy, hydro, indigo, or jade). Note that only Jade is 'designed' to work on Ubuntu Utopic, the others are too old. Jade has not been released though, so it may not be complete.

I wonder if 14.10 will be supported soon, [..]

See my earlier comment about ROS Jade.

[..] if there is an easy way to make this work?

A from-source install is an option, but I'm not sure whether that can be considered easy. If Indigo's dependencies on Utopic are similar enough, things may work.

edit flag offensive delete link more
0

answered 2015-02-08 10:53:04 -0500

gpldecha gravatar image

Hi, I had the same problem as you did. I was on 14.10 and I tried to install ros-indigo but without any success. There have been suggestions that you can compile ros from source. However doing this might cause further problems later on when you will try to use other packages and so forth. I downgraded to 14.04 LTS.

edit flag offensive delete link more
0

answered 2015-02-23 20:15:14 -0500

cubeloid gravatar image

i installed on 14.10 using http://wiki.ros.org/indigo/Installati... . the rviz package would not build so i had to include CATKIN_IGNORE file in /src/rviz and a few other dependent packages. ros seems to be running fine for me.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-02-08 10:05:06 -0500

Seen: 646 times

Last updated: Feb 08 '15