coScene ROS Images Repository
1.2K
Welcome to the coScene Standard ROS Images Repository! This repository provides pre-built, standard ROS (Robot Operating System) Docker images to simplify your workflow. Whether you're developing, testing, or experimenting with ROS, these images are designed to help you get started quickly and avoid the hassle of setting up environments manually.
Pre-Built ROS Docker Images
Ready-to-use ROS images that save you time and effort in setting up your development environment.
Multiple ROS Versions
Support for popular ROS distributions such as Noetic, Melodic, and ROS 2 Foxy.
Consistent and Reproducible Environments
Use these images to ensure consistency across your development, testing, and deployment workflows.
Pull the Image
Use the following command to pull the desired ROS image from the Docker registry:
docker pull <image-tag>
Replace with the specific image tag (e.g., coscene/ros-noetic or coscene/ros-melodic).
Run the Image Start a container with the pulled image:
docker run -it --rm
This will open an interactive terminal session inside the container.
Customize as Needed Install additional ROS packages or make modifications to suit your project requirements.
| Image Name | ROS Version | Base OS | Description |
|---|---|---|---|
coscene/ros-noetic | Noetic | Ubuntu 20.04 | Standard ROS Noetic image. |
coscene/ros-melodic | Melodic | Ubuntu 18.04 | Standard ROS Melodic image. |
coscene/ros2-foxy | Foxy | Ubuntu 20.04 | Standard ROS 2 Foxy image for ROS 2 users. |
Thank you for using coScene's standard ROS images. We hope these images simplify your work with ROS and contribute to your project's success!
Content type
Image
Digest
sha256:41bf522d6…
Size
458.3 MB
Last updated
over 1 year ago
docker pull coscene/ros:melodic-amd64