-
Notifications
You must be signed in to change notification settings - Fork 70
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 pybind11 high-level binds #1128
Conversation
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/iDynTree/ | ||
PRIVATE_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/iDynTree/) | ||
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/iDynTree | ||
PRIVATE_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/iDynTree/impl) |
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.
Just a curiosity, did you modified this for consistency with the other components?
Thanks @andreaostuni ! Just a curiosity, why are you using the pybind11-bindings instead of the swig-based ones? Do you need a release "quick" with this changes? |
fyi @francesco-romano if you have any opinion. |
Opinion on... what? |
Sorry, on the PR! |
I'm actually new in the world of bindings and I don't know the difference really well and since I had already had pybind I tried with it! |
I see, thanks! Just a word of warning: most of Python code for iDynTree you may find around (or that LLMs models generate) is probably oriented toward the swig bindings of iDynTree. |
Co-authored-by: Silvio Traversaro <[email protected]>
This PR solves the problem mentioned in #1127