Skip to content

achintyamohan/ros2-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker for ROS2

A repository to setup a very basic environment of ROS2

How to use

  1. Clone this repository
git clone https://github.com/ActiveIntelligentSystemsLab/ros2-docker
  1. Run an example docker-compose, which runs a talker and a listener program on separated containers
docker-compose up # This command automatically builds an image if there's no image

Or, you can just build the image by the following command:

docker-compose build

TODO

  • Add setting for GUI applications

About

A simple docker environment of ROS2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 62.2%
  • Makefile 34.3%
  • Shell 3.5%