✨ Bump h12_ros2_controller: selectable OMPL/cuRobo planner backend - #6
Open
correll wants to merge 3 commits into
Open
✨ Bump h12_ros2_controller: selectable OMPL/cuRobo planner backend#6correll wants to merge 3 commits into
correll wants to merge 3 commits into
Conversation
Point the submodule at feature/curobo (78ab39e), which adds a selectable joint-space planning backend: OMPL by default, cuRobo on a CUDA GPU, with 'auto' falling back to OMPL so the headless CPU sim keeps working. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Point the submodule at feature/curobo (509d4b6), which adds the generated cuRobo robot_cfg (collision spheres + cspace) and its generator. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Bumps the
h12_ros2_controllersubmodule tofeature/curobo, which makes the arm motion planner swappable between OMPL (CPU, default) and cuRobo (CUDA GPU) with automatic fallback.This is the superproject pointer-bump only. All the code, config, and the full write-up are in the submodule PR:
➡️ correlllab/h12_ros2_controller#11
Highlights (see that PR for detail):
PlannerClient—planner.backend: ompl | curobo | auto.autouses cuRobo when a CUDA GPU is present and falls back to OMPL otherwise, so the headless CPU sim (Mac/Colima) keeps working unchanged.Notes
mac-arm64-sim-port(where this branch was cut), so the diff is just the two submodule-pointer bumps.🤖 Generated with Claude Code