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

ros2 on CentOS 7

asked 2020-07-24 16:15:30 -0500

fiji3119 gravatar image

Hello,

Has anyone tried installing ROS2 (dashing?) on CentOS 7?

Thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-12-18 16:21:28 -0500

It is possible to build a significant amount of ROS 2 on CentOS 7. The biggest hurdle is the compiler version - the default gcc that is distributed in CentOS 7 doesn't support the necessary features to build ROS 2. To work around this, you can install the RedHat Developer Toolset Software Collection.

Here is a good starting point for setting up a CentOS 7 machine to build ROS 2: https://github.com/ros2/ci/blob/7de5c...

You won't be able to build the image_tools package or packages downstream from it due to the old version of OpenCV in CentOS 7, but everything else should be fairly easy to compile.

edit flag offensive delete link more

Question Tools

3 followers

Stats

Asked: 2020-07-24 16:15:30 -0500

Seen: 758 times

Last updated: Dec 18 '20