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

Newbie trying to install ROS on linux mint20.x

asked 2021-05-01 15:06:05 -0500

msaine gravatar image

Using the install directions on your site the first command fails looking for lsb-release. Being new I don't know what to do to correct. Can you send me details if there has been an update?

edit retag flag offensive close merge delete

Comments

1

"fails looking for lsb-release" -- can you post the error message?

abhishek47 gravatar image abhishek47  ( 2021-05-02 23:21:38 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-05-03 08:43:43 -0500

If you're not using the recommended distro (Ubuntu 20.04 for Noetic), you're going to bump into issues such as this one.

As the commenter said, we need a bit more details. Please copy & paste the exact error message you're getting, otherwise we can't really help.

Also, run this command:

$ lsb_release -sc

What do you get? If you don't get focal, then you need to work around it a bit (because you're not using Ubuntu). Try running this:

$ export LSB_ETC_LSB_RELEASE=/etc/upstream-release/lsb-release

and then executing the command(s) from the tutorial again.

I found this workaround here: https://unix.stackexchange.com/a/543288

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2021-05-01 15:06:05 -0500

Seen: 120 times

Last updated: May 03 '21