Skip to content

Guide to install the Ros2 env with docker + demo with working GUI

License

Notifications You must be signed in to change notification settings

aqzi/Ros2-Docker-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ros2 - Docker - GUI

This repository contains a minimal codebase for initializing the Ros2 environment. I decided to make this repo public after encountering numerous issues myself. Hope it can help others!

Depending on your needs, it's possible that docker is not suited for you! Please read: ROS Docker; 6 reasons why they are not a good fit

Installation

  1. Run: docker build -t ros2:latest .
  2. Run: docker compose up

Demo

  1. Open terminal
  2. Run: sh ros2.sh
  3. Run: ros2 run turtlesim turtlesim_node
  4. Open second terminal
  5. Run: sh ros2.sh
  6. Run: ros2 run turtlesim turtle_teleop_key
  7. Go to: http://localhost:8080/vnc.html

About

Guide to install the Ros2 env with docker + demo with working GUI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published