codyco-superbuild does not build KDL by default anymore #263
traversaro
started this conversation in
Releases
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since iDynTree 0.8, KDL is no more necessary. All the features previously depending on KDL has now been reimplemented by using iDynTree-only classes. See here for the original discussion on why iDynTree has dropped KDL.
As a consequence, by default the codyco-superbuild no longer requires KDL (and its dependencies such as
urdfdom
andurdfdom-headers
).In case, for backward compatibility, one wants to enable the support to KDL, it suffices to enable the
CODYCO_USES_KDL
option that can be found in the advanced settings.Note that on
macOS
we no longer support buildingurdfdom
andurdfdom-headers
through the super build. Users should explicitly install them, e.g. by usinghomebrew
(brew install ros/deps/urdfdom
).cc @robotology/codyco-developers
Beta Was this translation helpful? Give feedback.
All reactions