-
Notifications
You must be signed in to change notification settings - Fork 569
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
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 <rhaschke@techfak.uni-bielefeld.de> * 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 <hugo.laloge@gmail.com> Co-authored-by: Robert Haschke <rhaschke@techfak.uni-bielefeld.de>
* Add joints_allowed_start_tolerance parameter (moveit/moveit#3287) ... for joint-specific start tolerances for TrajectoryExecutionManager Co-authored-by: Robert Haschke <rhaschke@techfak.uni-bielefeld.de> * 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 <hugo.laloge@gmail.com> Co-authored-by: Robert Haschke <rhaschke@techfak.uni-bielefeld.de> (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 <rhaschke@techfak.uni-bielefeld.de> * 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 <hugo.laloge@gmail.com> Co-authored-by: Robert Haschke <rhaschke@techfak.uni-bielefeld.de> (cherry picked from commit 9922704) Co-authored-by: Daniel García López <d.garcialopez@hotmail.com>
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).