Skip to content
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

Merged
merged 2 commits into from
Feb 1, 2025

Conversation

sea-bass
Copy link
Contributor

@sea-bass sea-bass commented Feb 1, 2025

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 missing eigen_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

  • Required by CI: Code is auto formatted using clang-format
  • Extend the tutorials / documentation reference
  • Document API changes relevant to the user in the MIGRATION.md notes
  • Create tests, which fail without this PR reference
  • Include a screenshot if changing a GUI
  • While waiting for someone to review your request, please help review another open pull request to support the maintainers

@sea-bass sea-bass added backport-humble Mergify label that triggers a PR backport to Humble backport-jazzy Mergify label that triggers a PR backport to Jazzy labels Feb 1, 2025
Copy link
Member

@JafarAbdi JafarAbdi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@codecov-commenter
Copy link

codecov-commenter commented Feb 1, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.57%. Comparing base (2302268) to head (2149c9a).
Report is 1 commits behind head on main.

❗ 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.
📢 Have feedback on the report? Share it here.

@sea-bass sea-bass added this pull request to the merge queue Feb 1, 2025
Merged via the queue into main with commit d88d19f Feb 1, 2025
12 checks passed
@sea-bass sea-bass deleted the add-eigen-stl-containers-target-deps branch February 1, 2025 22:26
mergify bot pushed a commit that referenced this pull request Feb 1, 2025
* 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
mergify bot pushed a commit that referenced this pull request Feb 1, 2025
* Add missing target dependencies to eigen_stl_containers

* Another one

(cherry picked from commit d88d19f)
sea-bass added a commit that referenced this pull request Feb 1, 2025
(cherry picked from commit d88d19f)

Co-authored-by: Sebastian Castro <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-humble Mergify label that triggers a PR backport to Humble backport-jazzy Mergify label that triggers a PR backport to Jazzy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants