-
Notifications
You must be signed in to change notification settings - Fork 568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support including the names of other attached objects in touch_link
(backport #3276)
#3287
Conversation
…#3276) * Support including the names of other attached objects in `touch_link` Fixes #3275 * Add a comment; add {} for readability --------- Co-authored-by: Sebastian Jahr <[email protected]> (cherry picked from commit 75fb28b)
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 @@
## humble #3287 +/- ##
==========================================
- Coverage 51.41% 51.40% -0.01%
==========================================
Files 382 382
Lines 31894 31899 +5
==========================================
- Hits 16395 16393 -2
- Misses 15499 15506 +7 ☔ View full report in Codecov by Sentry. |
* Add joints_allowed_start_tolerance parameter (moveit/moveit#3287) ... for joint-specific start tolerances for TrajectoryExecutionManager Co-authored-by: Robert Haschke <[email protected]> * Port to moveit2 * Allow joints_allowed_start_tolerance to be updated dynamically * Apply formatting * Rename joints_allowed_start_tolerance to allowed_start_tolerance_joints --------- Co-authored-by: Hugal31 <[email protected]> Co-authored-by: Robert Haschke <[email protected]>
* Add joints_allowed_start_tolerance parameter (moveit/moveit#3287) ... for joint-specific start tolerances for TrajectoryExecutionManager Co-authored-by: Robert Haschke <[email protected]> * Port to moveit2 * Allow joints_allowed_start_tolerance to be updated dynamically * Apply formatting * Rename joints_allowed_start_tolerance to allowed_start_tolerance_joints --------- Co-authored-by: Hugal31 <[email protected]> Co-authored-by: Robert Haschke <[email protected]> (cherry picked from commit 9922704)
) * Add joints_allowed_start_tolerance parameter (moveit/moveit#3287) ... for joint-specific start tolerances for TrajectoryExecutionManager Co-authored-by: Robert Haschke <[email protected]> * Port to moveit2 * Allow joints_allowed_start_tolerance to be updated dynamically * Apply formatting * Rename joints_allowed_start_tolerance to allowed_start_tolerance_joints --------- Co-authored-by: Hugal31 <[email protected]> Co-authored-by: Robert Haschke <[email protected]> (cherry picked from commit 9922704) Co-authored-by: Daniel García López <[email protected]>
Description
Fixes #3275. See that RFE for motivation and discussion of pros/cons and alternative approaches.
Checklist
This is an automatic backport of pull request #3276 done by [Mergify](https://mergify.com).