-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Basically, it would work in the same way as the ROS 2 example, but instead of choosing a See https://hub.docker.com/_/ros for more details about ROS 1 & 2 docker images and how to use them. See also this tutorial on how to use ROS 1 with Webots. |
Beta Was this translation helpful? Give feedback.
Basically, it would work in the same way as the ROS 2 example, but instead of choosing a
humble-simulation
base image for your Dockerfile, you should choose a noetic base image, like noetic-ros-base to which you will have add the webots_ros package withapt-get install ros-noetic-webots-ros
in your Dockerfile.See https://hub.docker.com/_/ros for more details about ROS 1 & 2 docker images and how to use them.
See also this tutorial on how to use ROS 1 with Webots.