/ros-docker

Running ros nodes using docker

Primary LanguageDockerfile

ros-docker

Running ros using docker containers

Requirements

Demos

Slamtoolbox

Run a dockerized verison of the demo showed in this video: https://www.youtube.com/watch?v=ftfMsA-UykQ

To start the demo run the following command:

docker-compose up -d

To clean up the containers run the following command:

docker-compose down