-
Notifications
You must be signed in to change notification settings - Fork 566
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
Ports a6f8bb9 331381a 593a119 and 593a119 from moveit1 #3280
Ports a6f8bb9 331381a 593a119 and 593a119 from moveit1 #3280
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 @@
## main #3280 +/- ##
==========================================
- Coverage 45.94% 45.62% -0.31%
==========================================
Files 716 716
Lines 62393 62410 +17
Branches 7543 7550 +7
==========================================
- Hits 28659 28471 -188
- Misses 33568 33772 +204
- Partials 166 167 +1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good. Could we cherry-pick these changes without committing, then adapt them for ROS 2? This would help preserve the original authorship. Thanks!
I tried to patch the changes across, but I'm not very familiar with git patches, and there were enough changes on the ROS2 side (primarily removing moveit::core:: namespaces and similar) that the patches wouldn't apply. If you could talk me though how to port these properly I will happily do that instead. |
I think the test failure is unrelated to this PR. Could someone with the relevant permissions re-run the failed test, to see if it's sporadic? |
Test flakiness has been quite bad lately... |
@rr-mark MoveIt2 was forked from MoveIt1 so you should be able to add moveit1 as a remote repository in your local copy and then just cherry-pick the commits to MoveIt2. |
Closed in favour of #3284 |
Description
RobotState::getRigidlyConnectedParentLinkModel
and subframes: PRs not ported from moveit1. #3279Please back-port to humble when merged.
Checklist