flexible-collision-library / fcl

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

Failed to compile the source file in windows #610

Open ShuweiQiu opened 9 months ago

ShuweiQiu commented 9 months ago

I'm trying to compile the source file of fcl-0.7.0 in windows using visual studio 2022 community. But I got the following errors: Error C2893 Failed to specialize function template 'void fcl::BVHExpand(fcl::BVHModel<fcl::OBB> &,const fcl::Variance3 ,S)'; Error C2893 Failed to specialize function template 'void fcl::BVHExpand(fcl::BVHModel<fcl::RSS> &,const fcl::Variance3 ,S)'; Does anyone have a clue how to resolve these errors? Thank you in advance!