Skip to content

Commit

Permalink
numcostsource has been removed from hpp-fcl
Browse files Browse the repository at this point in the history
  • Loading branch information
stevet committed Jan 8, 2019
1 parent 054d4bd commit 3ccddd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/multibody/fcl/collision-result.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace se3
.def("addContact",&CollisionResult::addContact,bp::arg("contact"),"Adds one contact into result structure")
.def("isCollision",&CollisionResult::isCollision,"Returns binary collision result")
.def("numContacts",&CollisionResult::numContacts,"Returns the number of contacts found")
.def("numCostSources",&CollisionResult::numCostSources,"Returns the number of cost sources found")
//.def("numCostSources",&CollisionResult::numCostSources,"Returns the number of cost sources found")

.def("clear",&CollisionResult::clear,"Clears the results obtained")

Expand Down

0 comments on commit 3ccddd0

Please sign in to comment.