Fix: Description for "3 Waypoints Pick and Place" in lab_sim#621
Open
griswaldbrooks wants to merge 1 commit into
Open
Fix: Description for "3 Waypoints Pick and Place" in lab_sim#621griswaldbrooks wants to merge 1 commit into
griswaldbrooks wants to merge 1 commit into
Conversation
… lab_sim The previous description referred to an "invisible object," which dated from when the scene had no physical pickable. The lab_sim scene now contains medicine bottles and a sorting tray, and this Objective picks a bottle from the table, drops it in the tray, then picks it back out and returns it — looping until cancelled. The mock_sim variant is intentionally left unchanged since it still operates on an invisible object. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
JWhitleyWork
approved these changes
May 12, 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
_descriptiononlab_sim's3 Waypoints Pick and PlaceObjective said the picked object was "small (invisible)" — a holdover from when the scene had no physical pickable.lab_simnow contains medicine bottles and a sorting tray. Updated the description to match: pick a bottle from the table, drop it in the tray, pick it back out, return it, loop.mock_sim's variant is intentionally untouched since it still operates on an invisible object.Test plan
lab_sim→3 Waypoints Pick and Placein Studio and confirm the metadata description reads correctly.🤖 Generated with Claude Code