You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation of FCLCollisionChecker::SetBVHRepresentationhere appears to instantiate a BHLModel of type BV=fcl::AABB when the input type == "kIDS" is passed. Is this a typo? Also, in my version of FCL, kIDS is not an available type (although kIOS is, as well as KDOP<16>, KDOP<18>, and KDOP<24>).
The text was updated successfully, but these errors were encountered:
The implementation of
FCLCollisionChecker::SetBVHRepresentation
here appears to instantiate aBHLModel
of typeBV=fcl::AABB
when the inputtype == "kIDS"
is passed. Is this a typo? Also, in my version of FCL,kIDS
is not an available type (althoughkIOS
is, as well asKDOP<16>
,KDOP<18>
, andKDOP<24>
).The text was updated successfully, but these errors were encountered: