Docs: Add Tutorial 3 place waypoints#607
Merged
davetcoleman merged 3 commits intov9.2from May 5, 2026
Merged
Conversation
7b5a4e2 to
a1d7ef3
Compare
davetcoleman
previously approved these changes
May 1, 2026
Member
davetcoleman
left a comment
There was a problem hiding this comment.
To get into 9.2 this needs to target a patch release right?
Author
|
good catch @davetcoleman |
Companion change for the Tutorial 3 (Perception & ML) docs refresh in moveit_pro. Adds the two joint waypoints that the AprilTag picker's two-stage place uses via Move to Waypoint with keep_orientation_link_names=grasp_link: - Above Tray Place Simple — robot hovering above the placement tray, gripper pointing down - Tray Place Simple — robot at the tray surface, gripper pointing down, ready to release The tutorial walks readers through building the Objectives that use these waypoints, so the Objectives themselves don't need to ship here. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
a1d7ef3 to
a306e59
Compare
rlpratt12
approved these changes
May 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Companion to the Tutorial 3 (Perception & ML) docs refresh in
moveit_pro(PR #18782). Adds the two joint waypoints the AprilTag picker's two-stage place uses viaMove to Waypointwithkeep_orientation_link_names=grasp_link:Above Tray Place Simple— robot hovering above the placement tray, gripper pointing downTray Place Simple— robot at the tray surface, gripper pointing down, ready to releaseThe tutorial walks readers through building the Objectives that consume these waypoints, so the Objectives themselves don't need to ship in
lab_sim. The waypoints have to be saved here because their joint values can't easily be described in prose.Test plan
lab_simand confirm the two new waypoints appear in the Waypoints panel🤖 Generated with Claude Code