Docker images to control a real iRobot Create 2 with ROS 2 and simulate it in Webots.
Install everything with the following script:
./setup_project.sh- Note: It will require sudo.
docker-compose up --build hardwaredocker-compose up --build webots_simulationdocker-compose run --rm dev [bash]You can replace [bash] with any other command like [tmux].
To bring up more services (graphical tools, navigation, etc.) run:
docker-compose config --services- Tip: You can run more than one service simultaneously appending their names:
docker-compose up hardware autonomy