A repository to setup a very basic environment of ROS2
- Clone this repository
git clone https://github.com/ActiveIntelligentSystemsLab/ros2-docker
- 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
- Add setting for GUI applications