ros2 on CentOS 7
Hello,
Has anyone tried installing ROS2 (dashing?) on CentOS 7?
Thanks!
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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.
Asked: 2020-07-24 16:15:30 -0600
Seen: 867 times
Last updated: Dec 18 '20