A Dockerized ROS1-to-ROS2 bridge that enables seamless communication between ROS Noetic (ROS1) and ROS Foxy (ROS2).
These images are tested on Raspberry Pi 5 Docker Engine and AMD64 Ubuntu systems, and are designed for rapid deployment of ROS bridging functionality while supporting custom messages.
The Docker images are hosted on Docker Hub:
-
ARM64 (Raspberry Pi / ARM systems)
- Image Name:
losandriana/ros1-to-ros2-bridge:latest - Latest Tag:
latest - Docker Hub Page: https://hub.docker.com/r/losandriana/ros1-to-ros2-bridge
- Image Name:
-
AMD64 (Ubuntu / x86_64 systems)
- Image Name:
losandriana/ros1_ros2_bridge_amd64:latest - Latest Tag:
latest - Docker Hub Page: https://hub.docker.com/r/losandriana/ros1_ros2_bridge_amd64
- Image Name:
You can pull the images depending on your architecture:
# ARM64 (Raspberry Pi / ARM systems)
docker pull losandriana/ros1-to-ros2-bridge:latest# AMD64 (Ubuntu / x86_64 systems)
docker pull losandriana/ros1_ros2_bridge_amd64:latest