flexible-collision-library / fcl

Flexible Collision Library
https://flexible-collision-library.github.io/
Other
1.35k stars 414 forks source link

change parameter type from `double` to `S` to fix compile error #557

Closed bb1950328 closed 2 years ago

bb1950328 commented 2 years ago

change parameter type from double to S in ScrewMotion<S>::integrate and InterpMotion<S>::integrate this fixes #538


This change is Reviewable

sherm1 commented 2 years ago

CI seems stuck. Will close and reopen to attempt to retrigger.

cmdrf commented 2 years ago

The issue still exists. Could you reopen and merge this? Thanks!

EDIT: Apparently this was closed automatically because @bb1950328 deleted their fork.

CaeruleusAqua commented 1 year ago

I have opened a new pull request #592 about this error.