A Dockerized ROS2 interface for the Doly robot, built with the C++ Doly SDK.
Docker: https://hub.docker.com/r/mcfurry/doly-ros-rolling
This repository provides a ROS2 wrapper around the Doly SDK, enabling seamless integration of Doly robot into ROS2-based robotic systems. The Docker setup ensures minimal changes are needed on the OS of Doly itself.
- ROS2 integration with Doly robot control
- Dockerized environment for easy deployment
- Built on the official C++ Doly SDK
- Docker and Docker Compose
To install Docker on Doly, ssh into the system and run:
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
sudo usermod -aG docker $USERThen install Docker Compose:
sudo apt-get install docker-composeReboot your system to apply group changes.
Make sure to copy docker-compose.yml to the Doly robot first.
sudo su
docker-compose upSee LICENSE file for details.