Skip to content

spample/ROS2-inside-Docker-Crashcourse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker on MacOS

MacOS Installation Process

Install Docker Desktop

https://www.docker.com/products/docker-desktop/
  • Choose the correct download file depending on your CPU
  • You can check which type of CPU you have by going to the top left of your screen and clicking the 'about' on your mac book

Test ROS2 Docker

docker run -it --rm \
  --net=host \
  -e DISPLAY=$DISPLAY \
  -e QT_QPA_PLATFORM=xcb \
  -v /tmp/.X11-unix:/tmp/.X11-unix \
  utsarobotics/ros2-humble:1.0.0 \
  bash

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published