Skip to content

Commit d477eda

Browse files
committed
CollisionRequest: add todo to deprecate member
1 parent 23fad09 commit d477eda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/hpp/fcl/collision_data.h

+2
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,8 @@ struct HPP_FCL_DLLAPI CollisionRequest : QueryRequest {
322322
bool enable_contact;
323323

324324
/// Whether a lower bound on distance is returned when objects are disjoint
325+
/// TODO(louis): remove/deprecate enable_distance_lower bound.
326+
/// It's not used in the code base anymore.
325327
bool enable_distance_lower_bound;
326328

327329
/// @brief Distance below which objects are considered in collision.

0 commit comments

Comments
 (0)