-
Notifications
You must be signed in to change notification settings - Fork 11
Comparing changes
Open a pull request
base repository: PickNikRobotics/moveit_pro_example_ws
base: main
head repository: PickNikRobotics/moveit_pro_example_ws
compare: v9.3
- 14 commits
- 7 files changed
- 5 contributors
Commits on May 18, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 0b5dad1 - Browse repository at this point
Copy the full SHA 0b5dad1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e22465f - Browse repository at this point
Copy the full SHA e22465fView commit details
Commits on May 21, 2026
-
Merge pull request #637 from PickNikRobotics/vfc-zero
unfavorite kinova_sim Velocity Force Controller Zero, and zero fts
Configuration menu - View commit details
-
Copy full SHA for 61d1b15 - Browse repository at this point
Copy the full SHA 61d1b15View commit details -
fix(hangar_sim): use SAM3 instead of CLIPSeg in ML Move Boxes Objective
Replace `GetMasks2DFromTextQuery` (CLIPSeg) with `GetMasks2DFromExemplar` (SAM3 multimodal segmenter) in the `ML Move Boxes to Loading Zone` Objective and its inner Subtree. SAM3 also accepts a text prompt but returns SUCCESS with `mask_count=0` on empty detections, letting the Subtree skip the downstream pick pipeline cleanly with `_skipIf`. Restructure the outer loop from the `RetryUntilSuccessful + ForceFailure` infinite-loop pattern to `Fallback { RepeatUnlessFailureEachTick { ... ScriptCondition(!drained) }, ScriptCondition(drained) }` so the loop exits with Objective SUCCESS when the scene is drained but surfaces real pick errors as Objective FAILURE. Fixes #19112. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>Configuration menu - View commit details
-
Copy full SHA for 5386aab - Browse repository at this point
Copy the full SHA 5386aabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26252be - Browse repository at this point
Copy the full SHA 26252beView commit details -
Configuration menu - View commit details
-
Copy full SHA for c211ee5 - Browse repository at this point
Copy the full SHA c211ee5View commit details -
fix(hangar_sim): filter SAM3 mask false-positives by area in ML Move …
…Boxes Updates the View Boxes text prompt from "brown cube" to "a single small orange cube box" to better describe the sim assets, then guards the SAM3 output with FilterMasks2DByArea so the downstream pick pipeline only sees plausibly-sized box masks: the cart frame measured ~26,285 px in calibration and was the primary false positive driving wasted pick attempts; thin edge-fragment masks measured ~778 px. Real boxes in this scene measure 3,949-20,643 px, so thresholds are min=2,000 / max=23,000. GetSizeOfVector refreshes {mask_count} after the filter so the existing `_skipIf="mask_count == 0"` gate reflects the filtered count rather than SAM3's raw count. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>Configuration menu - View commit details
-
Copy full SHA for f8cf450 - Browse repository at this point
Copy the full SHA f8cf450View commit details -
Merge pull request #652 from PickNikRobotics/fix/19112-sam3-mask-area…
…-filter Fix: Filter SAM3 mask false positives by area in hangar_sim
Configuration menu - View commit details
-
Copy full SHA for d3434ab - Browse repository at this point
Copy the full SHA d3434abView commit details -
Merge pull request #649 from PickNikRobotics/fix/19112-ml-move-boxes-…
…sam3 Fix: Use SAM3 instead of CLIPSeg in ML Move Boxes Objective
Configuration menu - View commit details
-
Copy full SHA for 004d2e4 - Browse repository at this point
Copy the full SHA 004d2e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c69c2e0 - Browse repository at this point
Copy the full SHA c69c2e0View commit details -
Merge pull request #653 from PickNikRobotics/fix/bump-phoebe-ws-again
bump: phoebe_ws to get fixes
Configuration menu - View commit details
-
Copy full SHA for 2d99eeb - Browse repository at this point
Copy the full SHA 2d99eebView commit details
Commits on May 22, 2026
-
Merge pull request #636 from PickNikRobotics/wait-for-tf
add a wait to give TF time to be available
Configuration menu - View commit details
-
Copy full SHA for a009af4 - Browse repository at this point
Copy the full SHA a009af4View commit details -
bump: picknik_accessories to include lab_sim burner movable fix
Pulls in PickNikRobotics/picknik_accessories#45 — makes the lab_sim burner pushable under realistic gripper force.
Configuration menu - View commit details
-
Copy full SHA for ab6af67 - Browse repository at this point
Copy the full SHA ab6af67View commit details -
Merge pull request #661 from PickNikRobotics/fix/bump-picknik-accesso…
…ries-burner-v9.3 Fix: Bump picknik_accessories for lab_sim burner movable fix
Configuration menu - View commit details
-
Copy full SHA for 0b306e6 - Browse repository at this point
Copy the full SHA 0b306e6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...v9.3