Feature omy graspnet - #57
Open
sungjinjung2806 wants to merge 7 commits into
Open
Conversation
Adds a new "Technical Story" section walking through the GraspNet pick-and-place feature: system architecture, operation guide for both launch modes, how the object classification / target grasping / full pick-and-place cycle work, and the underlying coordinate transform and MoveL execution code.
Corrects the OMY bring-up launch file name and lists LeRobot Policies before GraspNet in the Technical Story index and sidebar.
Keeps the sidebar label short ("GraspNet") but gives the page title,
H1, and Stories index entry a fuller name for clarity.
Matches the pattern used on the CenterPose technical story page.
Adds the missing bootstrap step (clone, build, enter the container), Cyclo Control install commands, a fix for Cyclo Control's default joint command topic so the gripper works with the plain bringup launch file, and Zenoh router setup -- all found and verified by actually running through the process end to end today.
Setup Guide and Zenoh Communication links were one directory level too deep. Also trims the Zenoh env var setup down to a heredoc (no escaping needed) and shortens some over-explained prose.
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
system architecture, the operation guide for both launch modes (Object Classification &
Sorting, Target Grasping), how each mode works, and a full pick-and-place cycle walkthrough
with coordinate-transform and MoveL execution code.
TODO before merge