-
Notifications
You must be signed in to change notification settings - Fork 607
Fix missing libs #3430
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
base: main
Are you sure you want to change the base?
Fix missing libs #3430
Conversation
uniform cmake version
Compile fails due to missing dependencies
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3430 +/- ##
==========================================
- Coverage 45.85% 0.00% -45.84%
==========================================
Files 717 530 -187
Lines 62630 47348 -15282
Branches 7580 6044 -1536
==========================================
- Hits 28715 0 -28715
- Misses 33749 47348 +13599
+ Partials 166 0 -166 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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 package added does not exist and makes the builds fail.
EDIT: Seems this was added 4 days ago: ros2/rviz#1262 but it's simply too early for the binaries to be available.
Description
Compile fails "with ros rolling" due to missing dependencies
Checklist