Docker for using ROS 2 foxy and Gazebo on MacBooks with ARM architecture
Based on: /~https://github.com/fcwu/docker-ubuntu-vnc-desktop
- docker build -t myros2 .
- docker run -p 6080:80 -v path/on/your/computer/to/ROS2swarm:/home/ROS2swarm myros2
- Access via browser: http://127.0.0.1:6080/
- open Terminal
- cd ../home/colcon_ws
- colcon build --symlink-install
- source ~/.bashrc
- cd ../ROS2swarm
- bash start_simulation.sh
The Docker already installs all packages for simulating the TurtleBot3 and the Thymio II robots.