Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 409 Bytes

File metadata and controls

19 lines (13 loc) · 409 Bytes

Development workspace

This a simple example where you can use a container to develop a robot workspace. As the the workspace is mounted on the host development done will persist after the container is stopped.

Usage

Normal

cd examples/ros2/devel-workspace
docker compose up

With Nvidia

cd examples/ros2/devel-workspace
docker compose -f docker-compose-nvidia.yaml up