Skip to content
Snippets Groups Projects
Commit 64db3908 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

[C++] Fix GeometryData::computeCollision

parent 231aeebe
No related branches found
No related tags found
No related merge requests found
......@@ -213,6 +213,7 @@ namespace se3
const Index & co1 = pair.first; assert(co1<collisionObjects.size());
const Index & co2 = pair.second; assert(co2<collisionObjects.size());
collisionResult.clear();
fcl::collide (&collisionObjects[co1],&collisionObjects[co2],
collisionRequest, collisionResult);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment