geometric_shapes icon indicating copy to clipboard operation
geometric_shapes copied to clipboard

When FCL 0.6 is the default, bounding box code can be simplified

Open AndyZe opened this issue 1 year ago • 1 comments

PR #210 had some #if - type stuff that can be simplified when the default FCL version is >0.5.

#if FCL_MAJOR_VERSION > 0 || FCL_MINOR_VERSION > 5
#include <fcl/geometry/shape/utility.h>
#endif

AndyZe avatar Feb 28 '23 15:02 AndyZe

I suggested these simplifications in #239 for ROS 2. Noetic can probably be left with them.

peci1 avatar Apr 21 '24 19:04 peci1