moveit / moveit2_tutorials

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

"MoveIt Quickstart in RViz" seems to be out of date #942

Closed muhidabid closed 3 months ago

muhidabid commented 3 months ago

Description

I successfully ran and went through the MoveIt Quickstart in RViz however I noticed a few details in the tutorial to be different than the demo I ran:

There may be few more discrepancies which I may have missed.

🚀 I am new to opensource and if this page needs to be updated I would like to volunteer to help do so. Please guide me accordingly.

Your environment

Steps to reproduce

Step 1: Getting Started Step 2: MoveIt Quickstart in RViz

Expected behaviour

Documentation must be up to date with the current demo.

sea-bass commented 3 months ago

If you see a Franka robot, then you must be using the Humble version of the tutorials. Main uses a Kinova.

So you can either use the main branch of the tutorials (noting this only works on Jazzy/Rolling now), or follow along with the Humble tutorials.

https://moveit.picknik.ai/humble/doc/tutorials/quickstart_in_rviz/quickstart_in_rviz_tutorial.html

muhidabid commented 3 months ago

Oh makes sense. Thank you