We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
I suggested these simplifications in #239 for ROS 2. Noetic can probably be left with them.
Sorry, something went wrong.
No branches or pull requests
PR #210 had some #if - type stuff that can be simplified when the default FCL version is >0.5.
The text was updated successfully, but these errors were encountered: