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

Collision support not available for pinocchio_default algorithms and structures #2520

Open
MegMll opened this issue Dec 19, 2024 · 0 comments
Labels

Comments

@MegMll
Copy link
Collaborator

MegMll commented Dec 19, 2024

Related to #2516, we discovered with @jorisv that some algorithms and structures of pinocchio_default can have new behaviours if collision support is added.

See the following for an example:

#ifdef PINOCCHIO_WITH_HPP_FCL

This behavior was not problematic prior to v3.0.0 and the split of Pinocchio into smaller libraries. Since then, these mixed algorithms are not compiled with collision support, since they are in pinocchio default.

@jorisv provided a quick fix in #2517, but it's not a long term solution.

We should find a way to better handle these cases.

@MegMll MegMll added the c++ label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant