Dockerfile to setup ROS2 dashing on iRobot Roomba
Dockerfile to build and run ROS2 dashing on roomba
This repo has been validated in the following environment.
This dockerfile clones the following repository. Please follow the respective terms of use.
This repo requires
Install docker
curl -sSL https://get.docker.com | sh
Add ~/.local/bin
to your $PATH
echo export PATH='$PATH:~/.local/bin' >> ~/.bashrc
source ~/.bashrc
docker pull docker.pkg.github.com/haradama/docker_ros2_roomba/ros2_roomba:latest
docker run -it --device=/dev/ttyUSB0:/dev/ttyUSB0 CONTAINER ID /bin/bash