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

Installing ROS indigo on Ubuntu 20.04

asked 2021-04-10 19:58:14 -0500

cwboyd21 gravatar image

I need to run some code I received and it requires ROS Indigo ,however my machine is running Ubuntu 20.04. I have already installed ROS Noetic using the package manager on my machine and I would like to install Indigo as well. Can I install Indigo using the package manager or do I need to build it from source? I see from the install site that "ROS Indigo ONLY supports Saucy (13.10) and Trusty (14.04) for debian packages."

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-04-12 00:57:54 -0500

mgruhler gravatar image

ROS Indigo ONLY supports Saucy (13.10) and Trusty (14.04) for debian packages.

Correct, so you can't install it using the package manager. And shouldn't try to install it from source. Indigo is quite old and installing from source is always a hassle.

If the code really only runs on Indigo, it should be ported to Noetic.

edit flag offensive delete link more

Comments

1

Or try running it in a Docker container.

gvdhoorn gravatar image gvdhoorn  ( 2021-04-12 02:38:30 -0500 )edit

Question Tools

Stats

Asked: 2021-04-10 19:58:14 -0500

Seen: 1,162 times

Last updated: Apr 12 '21