-
Notifications
You must be signed in to change notification settings - Fork 567
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
Remove manipulation from moveit_ros #1177
Remove manipulation from moveit_ros #1177
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1177 +/- ##
==========================================
- Coverage 61.56% 61.20% -0.36%
==========================================
Files 274 274
Lines 24965 24825 -140
==========================================
- Hits 15368 15192 -176
- Misses 9597 9633 +36
Continue to review full report at Codecov.
|
87b6b29
to
9ef5ff8
Compare
This pull request is in conflict. Could you fix it @stephanie-eng? |
9ef5ff8
to
3b9ed7f
Compare
If you do some grepping, it looks like there are still some references to
|
6ccb229
to
1113420
Compare
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.
Just one more reference to remove:
moveit_ros/planning_interface/CMakeLists.txt:# find_package(moveit_ros_manipulation REQUIRED)
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.
Approving provided the last reference to moveit_ros_manipulation
gets removed 👍
fe3593e
to
7e38547
Compare
This pull request is in conflict. Could you fix it @stephanie-eng? |
7e38547
to
29fa6a8
Compare
This pull request is in conflict. Could you fix it @stephanie-eng? |
29fa6a8
to
5bb2010
Compare
most of the other stuff was removed as part of moveit#1177
most of the other stuff was removed as part of #1177
Description
Remove manipulation package as per #1038