You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the last release of FCL 0.6.0 the traversal_node_setup.h has disappeared, which included the traversal_node_octree between others.
I cannot find anything related to the exact updates done by the 0.6.0 release.
Could anyone tell me which one is the similar header to traversal_node_setup.h? Since OMPLapp relies upon this header.
Thanks in advance!
Edit: using FCL 0.5.0 (while compiling OMPLapp) gives the following error
/usr/local/include/fcl/octree.h: In member function ‘fcl::OcTree::OcTreeNode* fcl::OcTree::getNodeChild(fcl::OcTree::OcTreeNode*, unsignedint)’:
/usr/local/include/fcl/octree.h:200:18: error: ‘fcl::OcTree::OcTreeNode’ has no member named ‘getChild’
return node->getChild(childIdx);
^
/usr/local/include/fcl/octree.h: In member function ‘const OcTreeNode* fcl::OcTree::getNodeChild(const OcTreeNode*, unsignedint) const’:
/usr/local/include/fcl/octree.h:210:18: error: ‘const OcTreeNode’ has no member named ‘getChild’
return node->getChild(childIdx);
Does FCL still not support octomap 1.8.0? The compilation of FCL with octomap worked using #142
The text was updated successfully, but these errors were encountered:
You could use fcl.h that will be installed at the top level of the include directory. It includes all the necessary FCL headers so that you no longer need to try to figure out which FCL headers should be included for your use.
FCL 0.5 should support octomap 1.8.0 with #126 and #129, but I'll take a look at it.
Since the last release of FCL 0.6.0 the traversal_node_setup.h has disappeared, which included the traversal_node_octree between others.
I cannot find anything related to the exact updates done by the 0.6.0 release.
Could anyone tell me which one is the similar header to traversal_node_setup.h? Since OMPLapp relies upon this header.
Thanks in advance!
Edit: using FCL 0.5.0 (while compiling OMPLapp) gives the following error
Does FCL still not support octomap 1.8.0? The compilation of FCL with octomap worked using #142
The text was updated successfully, but these errors were encountered: