Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aqzi/ros2-docker-gui

Guide to install the Ros2 env with docker + demo with working GUI
https://github.com/aqzi/ros2-docker-gui

docker docker-compose gui ros2

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://ubuntu.com/blog/ros-docker)

## 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