Skip to content

Repository to store custom ROS docker images and configurations

Notifications You must be signed in to change notification settings

D-Brox/ros-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROS-Docker Environment

The power of ROS with Docker encapsulation

  1. Install Docker

  2. Build container

# First time
docker compose up --build
# After first time
docker compose start
  1. Enable docker xhost access
xhost +"local:docker@"
  1. Enter the dev container
docker exec -it ros-dev tmux new -As0
  1. To stop the container:
docker compose stop

Refs

About

Repository to store custom ROS docker images and configurations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%