Adapt repository for new moveit_resources layout#2199
Conversation
d74aa07 to
c74199b
Compare
|
I'm looking into the remaining (test) build issues right now. |
6fde021 to
a3691eb
Compare
|
I hope I fixed most of the numerous issues. Will finish for now. |
7d35659 to
2633e23
Compare
...it_core/collision_detection/include/moveit/collision_detection/test_collision_common_panda.h
Show resolved
Hide resolved
| version: master | ||
| version: pr-master-rework-resources | ||
| - git: | ||
| local-name: panda_moveit_config |
There was a problem hiding this comment.
panda_moveit_config is now used from moveit_resources and could be dropped here?!
There was a problem hiding this comment.
It wasn't used in MoveIt before either, but it's required for the tutorials and thus it's listed in this file.
2633e23 to
38dfc57
Compare
|
rebased to resolve conflicts. |
Codecov Report
@@ Coverage Diff @@
## master #2199 +/- ##
==========================================
+ Coverage 57.73% 58.10% +0.37%
==========================================
Files 326 326
Lines 25621 25861 +240
==========================================
+ Hits 14792 15027 +235
- Misses 10829 10834 +5
Continue to review full report at Codecov.
|
jschleicher
left a comment
There was a problem hiding this comment.
ok, thanks for the clarification. Than the only issue is the failing mesh_filter test(s) #2228 - obviously independent from this refactoring.
|
@v4hn Is there anything still holding this PR back from getting merged? |
38dfc57 to
f37be19
Compare
rhaschke
left a comment
There was a problem hiding this comment.
If Travis succeeds, I will go to merge this and the related PRs moveit/moveit_resources#36 and moveit/moveit_tutorials#507.
There is no reason to include them from cmake anymore. The resources are not in a single path anymore and there is no C header exposed anymore.
- Convert code to use robot_model_test_utils - Fixup loading in robot_model_test_utils
3ebbaef to
f0e75b5
Compare
Related to moveit/moveit_resources#36 .
There is no reason to include them from cmake anymore.
The resources are not in a single path anymore and there is no header exposed anymore.