Description
When following the steps outlined in https://moveit.picknik.ai/humble/doc/how_to_guides/how_to_setup_docker_containers_in_ubuntu.html# with DOCKER_IMAGE=humble_tutorial, the humble container has ROS rolling installed instead of ROS humble.
Your environment
Steps to reproduce
- Go through the MoveIt 2 Docker
requirements section: https://moveit.picknik.ai/humble/doc/how_to_guides/how_to_setup_docker_containers_in_ubuntu.html#requirements
- Go through the steps to start a tutorial container via Docker compose: https://moveit.picknik.ai/humble/doc/how_to_guides/how_to_setup_docker_containers_in_ubuntu.html#requirements (on my machine, I don't have a GPU, so the command I entered to launch the container was
DOCKER_IMAGE=humble-tutorial docker compose run --rm --name moveit2_container cpu)
- Check the ROS version by running the following command in the container:
echo $ROS_DISTRO
- Check the version of ROS in the binary packages installed onto the image by running the following command in the container:
apt list | grep -i ros | grep installed
Expected behaviour
Entering echo $ROS_DISTRO in the Docker container should give humble, and the binary packages listed by apt list | grep -i ros | grep installed should be ros-humble packages.
Backtrace or Console output
echo $ROS_DISTRO outputs rolling, and apt list | grep -i ros | grep installed gives ros-rolling packages.
Description
When following the steps outlined in https://moveit.picknik.ai/humble/doc/how_to_guides/how_to_setup_docker_containers_in_ubuntu.html# with
DOCKER_IMAGE=humble_tutorial, the humble container has ROS rolling installed instead of ROS humble.Your environment
Steps to reproduce
requirementssection: https://moveit.picknik.ai/humble/doc/how_to_guides/how_to_setup_docker_containers_in_ubuntu.html#requirementsDOCKER_IMAGE=humble-tutorial docker compose run --rm --name moveit2_container cpu)echo $ROS_DISTROapt list | grep -i ros | grep installedExpected behaviour
Entering
echo $ROS_DISTROin the Docker container should give humble, and the binary packages listed byapt list | grep -i ros | grep installedshould be ros-humble packages.Backtrace or Console output
echo $ROS_DISTROoutputs rolling, andapt list | grep -i ros | grep installedgives ros-rolling packages.