Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fingerling42/turtlebot4-learning-image

Docker image for Turtlebot 4 learning
https://github.com/fingerling42/turtlebot4-learning-image

robotics ros2 ros2-humble turtlebot4

Last synced: 11 days ago
JSON representation

Docker image for Turtlebot 4 learning

Awesome Lists containing this project

README

        




Docker Image for Turtlebot 4 Learning


A simple Docker image to boot onto Turtlebot 4 for learning robotics


## About Project

This Docker image is designed for learning robotics in general and ROS 2 in particular on a working [Turtlebot 4 Pro](https://clearpathrobotics.com/turtlebot-4/) robot designed by Clearpath Robotics.

The image is deployed using [Robot Agent]((https://github.com/merklebot/robot-agent)) software developed by MerkleBot.

## Usage

To make all ROS entities available inside a Docker container, the image must be run with the network, IPC mode and PID namespace using the host:

```bash
docker run -it -e ROS_DISCOVERY_SERVER=RASP_PI_IP:11811 ghcr.io/fingerling42/turtlebot4-learning-image:humble
```