Use ROS2 Dashing with Ubuntu 20.04
Hello, is there a way to use/install ROS2 Dashing on a Ubuntu 20.04 machine? Perhaps a docker container or somehting like this? Thanks.
Asked by fnax8902 on 2021-06-10 07:17:50 UTC
Answers
Your options:
- Containerization. If you want to use Docker to do so, the
ros:dashing
image from the ROS Dockerhub will help. - Building from source. I would advice against this, because your package manager won't have access to the appropriate debians.
Asked by aprotyas on 2021-06-10 11:25:21 UTC
Comments
Yes is possible using Docker or building from source.
Asked by crnewton on 2021-06-10 08:31:50 UTC