Unofficial ROS2 dashing dockerfile.
Go to file
2024-03-30 07:49:11 +01:00
.github/workflows Adds old main branch name to the allow list of the GitHub Actions config 2024-03-30 07:49:11 +01:00
opencv Switched to two step complete ci build (on one branch) 2021-04-24 19:09:21 +02:00
Dockerfile Changes all usages of "apt" to "apt-get" 2022-09-10 11:25:44 +02:00
LICENSE Adds a LICENSE 2024-03-30 07:48:15 +01:00
README.md Updates badge in README.md 2023-01-29 12:11:56 +01:00

docker_ros2dashing

Unofficial ROS2 dashing Dockerfile with some goodies. Prebuild images can be found at Dockerhub.

Build Docker images

Quickstart

After installing docker, just run the following command:

docker run -it maxkratz/ros2dashing:latest

Dockerfile

The Dockerfile can be found at: https://github.com/maxkratz/docker_ros2dashing/blob/master/Dockerfile

What gets installed in this container?

Various packages are installed in this docker container:

Issues & Contribution

If you find any problems, bugs or missing packages, feel free to open an issue on github.