Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 416 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 416 Bytes

Test neato_ros2_python

neato_ros2

ROS2 interface to Neato vacuum robots

Docker

# All executed from top-level directory of repo, same as this README
docker build -f docker/operator/Dockerfile -t operator .
docker build -f docker/robot/Dockerfile -t robot .
docker compose -f docker/docker-compose-robot.yml up