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
fcl/include/fcl/math/motion/interp_motion.h
Line 79 in ff83249
This bug prevents building FCL types with float. Declaration of this function should not take double as argument, but templated type S.
The text was updated successfully, but these errors were encountered:
Also, here you are missing forward declaration for float: https://github.com/flexible-collision-library/fcl/blob/master/include/fcl/math/motion/interp_motion-inl.h#L48
Sorry, something went wrong.
Thanks @shumi12321 -- can you submit a PR to fix this?
Hi @sherm1 , I creted following PR: #476
Thanks!
Successfully merging a pull request may close this issue.
fcl/include/fcl/math/motion/interp_motion.h
Line 79 in ff83249
This bug prevents building FCL types with float. Declaration of this function should not take double as argument, but templated type S.
The text was updated successfully, but these errors were encountered: