Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/tutorials/your_first_project/your_first_project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ Summary

* You created a ROS 2 package and wrote your first program using MoveIt.
* You learned about using the MoveGroupInterface to plan and execute moves.
* :codedir:`Here is a copy of the full hello_moveit.cpp source at the end of this tutorial<tutorials/your_first_project/kinova_hello_moveit.cpp>`.
* :codedir:`Here is a copy of the full hello_moveit.cpp source at the end of this tutorial<tutorials/your_first_project/panda_hello_moveit.cpp>`.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As of today https://github.com/moveit/moveit2_tutorials/tree/cdee39bbc5746a98630a4d631ab7d0184de2f1e1/doc/tutorials/your_first_project there seems to be {kinove, panda}_hello_moveit.cpp files on this folder and github.com somehow redirects to panda. Do we need to spefically link to panda?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image Can you check in here. I mean it is easy to confuse to other people followwing doc. (https://moveit.picknik.ai/humble/doc/tutorials/your_first_project/your_first_project.html)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I just opened the link https://github.com/moveit/moveit2_tutorials/blob/main/doc/tutorials/your_first_project/hello_moveit.cpp and it does NOT redirect to any existing file. That's not good at all, so I'm now in full support for this change. Re-approving.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now I dug a bit more and found using kinova makes more sense to me. Opened a follow-up #1109


Further Reading
---------------
Expand Down
Loading