Skip to content
Snippets Groups Projects
Verified Commit f7fb8968 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Justin Carpentier
Browse files

[Minor] Add missing ifdef PINOCCHIO_WITH_HPP_FCL

parent 07466ccf
No related branches found
No related tags found
No related merge requests found
......@@ -445,7 +445,9 @@ namespace pinocchio
std::vector<std::string> ros_pkg_paths = rosPaths();
hint_directories.insert(hint_directories.end(), ros_pkg_paths.begin(), ros_pkg_paths.end());
#ifdef PINOCCHIO_WITH_HPP_FCL
if (!meshLoader) meshLoader = fcl::MeshLoaderPtr(new fcl::MeshLoader);
#endif // ifdef PINOCCHIO_WITH_HPP_FCL
details::parseTreeForGeom(tree, meshLoader, tree.urdf_->getRoot(), model, geomModel, hint_directories,type);
return geomModel;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment