-
Notifications
You must be signed in to change notification settings - Fork 99
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
Use Eigen CMake target #190
Use Eigen CMake target #190
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## ros2-master #190 +/- ##
============================================
Coverage 50.10% 50.10%
============================================
Files 10 10
Lines 497 497
Branches 166 166
============================================
Hits 249 249
Misses 217 217
Partials 31 31
Flags with carried forward coverage won't be shown. Click here to find out more. |
@christophfroehlich is this missing a test_msgs dependency? |
No, rosdep fails for realtime_tools (see also ros-controls/realtime_tools#154)
I'm already building new docker containers, if this fixes it I'll add the missing |
Awesome! |
The RHEL job still needs an update ros-controls/ros2_control_ci#19 |
I changed the CMake file to use Eigen's CMake target as described here https://eigen.tuxfamily.org/dox/TopicCMakeGuide.html
This fixes #178 for RHEL 8