Skip to content

Docker for using ROS2swarm with ROS 2 foxy and Gazebo on M1 Macs

Notifications You must be signed in to change notification settings

ROS2swarm/ros2swarm-docker-mac-m1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Docker for using ROS 2 foxy and Gazebo on MacBooks with ARM architecture

Based on: /~https://github.com/fcwu/docker-ubuntu-vnc-desktop

  1. docker build -t myros2 .
  2. docker run -p 6080:80 -v path/on/your/computer/to/ROS2swarm:/home/ROS2swarm myros2
  3. Access via browser: http://127.0.0.1:6080/
  4. open Terminal
  5. cd ../home/colcon_ws
  6. colcon build --symlink-install
  7. source ~/.bashrc
  8. cd ../ROS2swarm
  9. bash start_simulation.sh

The Docker already installs all packages for simulating the TurtleBot3 and the Thymio II robots.

About

Docker for using ROS2swarm with ROS 2 foxy and Gazebo on M1 Macs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published