ROS2-Docker-tutorial
I made this repository using athackst/vscode_ros2_workspace templete with foxy-nvidia
branch.
You could see more information above link.
Prerequisites
You should already have Docker and VSCode with the remote containers plugin installed on your system. To make nvidia driver and opengl available in docker, follow the installation instructions for docker-nvidia. They include the steps in docker and add the additional gpu layer.
- docker
- docker-nvidia (includes docker install and additional installation for NVidia GPU accelerated hosts)
- vscode
- vscode remote containers plugin
If you have some problems, you could refer to this link.
Environment
I made my own docker image. The packages below are available.
- Gazebo
- Turtlesim
- Rqt
- Rqt-graph
- To be updated later...
I fork ROS2 tutorial code in this repository.