Closed cmastalli closed 2 years ago
Overlooking at it, it looks like a missing declaration of a forward declared class (i.e. a missing header inclusion).
This is expected. The current devel branch of hpp-fcl use std::shared_ptr because it is now C++11, while Pinocchio is still C++98, so relying on boost::shared_ptr. The current devel of FCL is compliant with Pinocchio-3x, which will be released soon.
Indeed I overlooked at it :laughing:
Dear all,
I just updated
hpp-fcl
with the latest devel branch. After that, I encounter the following compilation issue in Pinocchio:The compilation issue happens in both: gcc and clang.