Support including the names of other attached objects in touch_link#3276
Merged
sea-bass merged 3 commits intomoveit:mainfrom Jan 31, 2025
Merged
Support including the names of other attached objects in touch_link#3276sea-bass merged 3 commits intomoveit:mainfrom
touch_link#3276sea-bass merged 3 commits intomoveit:mainfrom
Conversation
sea-bass
reviewed
Jan 27, 2025
|
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #3276 +/- ##
==========================================
+ Coverage 45.94% 45.95% +0.02%
==========================================
Files 716 716
Lines 62393 62398 +5
Branches 7543 7544 +1
==========================================
+ Hits 28659 28669 +10
+ Misses 33568 33563 -5
Partials 166 166 ☔ View full report in Codecov by Sentry. |
Contributor
Author
Willing - yes. Have bandwidth some time soon to figure out how tests are set up and how to do this properly - quite unlikely, unfortunately... :( |
sea-bass
approved these changes
Jan 28, 2025
sjahr
approved these changes
Jan 29, 2025
6 tasks
6 tasks
sussybot5258
pushed a commit
to GreyCatAI/moveit2
that referenced
this pull request
Apr 19, 2025
…moveit#3276) * Support including the names of other attached objects in `touch_link` Fixes moveit#3275 * Add a comment; add {} for readability --------- Co-authored-by: Sebastian Jahr <sebastian.jahr@picknik.ai>
Markus-Simonsen
pushed a commit
to Markus-Simonsen/moveit2
that referenced
this pull request
Aug 12, 2025
…moveit#3276) * Support including the names of other attached objects in `touch_link` Fixes moveit#3275 * Add a comment; add {} for readability --------- Co-authored-by: Sebastian Jahr <sebastian.jahr@picknik.ai>
helen9975
pushed a commit
to personalrobotics/moveit2
that referenced
this pull request
Feb 17, 2026
…moveit#3276) * Support including the names of other attached objects in `touch_link` Fixes moveit#3275 * Add a comment; add {} for readability --------- Co-authored-by: Sebastian Jahr <sebastian.jahr@picknik.ai>
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.
Description
Fixes #3275. See that RFE for motivation and discussion of pros/cons and alternative approaches.
Checklist