moveit / moveit2_tutorials

A sphinx-based centralized documentation repo for MoveIt 2
https://moveit.picknik.ai
BSD 3-Clause "New" or "Revised" License
162 stars 196 forks source link

Update tutorial Docker image names and documentation #989

Closed sea-bass closed 6 days ago

sea-bass commented 6 days ago

Description

This PR updates the Docker images used in the tutorials to the new moveit Docker Hub organization.

It also updates docs associated with this change, plus how to build documentation locally with virtual environments (needed for Ubuntu 24.04, introduced in #916)

I also tested all the combinations for Humble, Jazzy, and Rolling, and the demo.launch.py actually work in all 3 cases! Magical.

Closes https://github.com/moveit/moveit2_tutorials/issues/918 Closes https://github.com/moveit/moveit2_tutorials/issues/936

Checklist