The power of ROS with Docker encapsulation
-
Install Docker
-
Build container
# First time
docker compose up --build
# After first time
docker compose start
- Enable docker xhost access
xhost +"local:docker@"
- Enter the dev container
docker exec -it ros-dev tmux new -As0
- To stop the container:
docker compose stop
Refs