You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This directory contains a **ROS Noetic** as well as a **ROS 2 Humble Docker workspace** template that should allow you to get started quickly with the best practices given in the documentation of this repository. The individual subdirectories contain a read-me that explains what settings can be made to the corresponding workspaces.
9
+
This directory contains a **ROS Noetic** as well as a **ROS 2 Jazzy Docker workspace** template that should allow you to get started quickly with the best practices given in the documentation of this repository. The individual subdirectories contain a read-me that explains what settings can be made to the corresponding workspaces.
This repository contains a Docker workspace template for [**ROS 2 Humble**](https://docs.ros.org/en/humble/index.html). The idea is that a Docker is created for each project at Ament workspace level. Dependencies that are not expected to change during the course of a project are installed from Debian packages inside the Dockerfile, while proprietary dependencies that are expected to change during a project are mounted into the container and version controlled with [**`vcstool`**](https://github.com/dirk-thomas/vcstool). Only selected folders such as `dds/` and `src/` are mounted into the container so that the workspace can be compiled on the host system as well as inside the container without them interfering.
9
+
This repository contains a Docker workspace template for [**ROS 2 Jazzy**](https://docs.ros.org/en/jazzy/index.html). The idea is that a Docker is created for each project at Ament workspace level. Dependencies that are not expected to change during the course of a project are installed from Debian packages inside the Dockerfile, while proprietary dependencies that are expected to change during a project are mounted into the container and version controlled with [**`vcstool`**](https://github.com/dirk-thomas/vcstool). Only selected folders such as `dds/` and `src/` are mounted into the container so that the workspace can be compiled on the host system as well as inside the container without them interfering.
10
10
11
11
Here is an overview of the structure of this repository:
0 commit comments