-
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
Add missing target dependencies to eigen_stl_containers #3295
Conversation
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.
Thanks!
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #3295 +/- ##
==========================================
- Coverage 45.58% 45.57% -0.00%
==========================================
Files 716 716
Lines 62383 62383
Branches 7545 7545
==========================================
- Hits 28428 28422 -6
- Misses 33790 33795 +5
- Partials 165 166 +1 ☔ View full report in Codecov by Sentry. |
* Add missing target dependencies to eigen_stl_containers * Another one (cherry picked from commit d88d19f) # Conflicts: # moveit_core/collision_detection/CMakeLists.txt # moveit_core/robot_state/CMakeLists.txt
* Add missing target dependencies to eigen_stl_containers * Another one (cherry picked from commit d88d19f)
(cherry picked from commit d88d19f) Co-authored-by: Sebastian Castro <[email protected]>
Description
I was doing a "build on potato computer" build of MoveIt 2 with
-j 4
and--executor sequential
, and found myself with some errors related to missingeigen_stl_containers
headers.Turns out there has been a missing target dependency in these targets that use the library? Not sure how others haven't run into this, or whether some upstream dependency recently removed this transitively?
Checklist