-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: refactor cmake project to deal with robot model dependencies #178
Conversation
This reverts commit 47ff4f4.
if (${_comp} STREQUAL "controllers" OR ${_comp} STREQUAL "robot_model") | ||
# Find robot model dependencies if the corresponding component is needed | ||
# FIXME: this should be done automatically | ||
if (${_comp} STREQUAL "robot_model") | ||
find_dependency(pinocchio) |
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.
Do we need hpp-fcl here?
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.
Not sure. It built and ran correctly for me so I imagine pinocchio
might be pulling it itself?
I've tested in in a backend and it seems to do the job! |
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.
Tested and looks great! Thank you
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 for all the efforts! I trust the issues have been resolved based on all of your testing.
Description
This PR solves an issue where downstream projects had problems using the robot model library.
Thanks @LouisBrunner for the effort to clean this up!
Review guidelines
Estimated Time of Review: 5 minutes
Checklist before merging: