Skip to content
Snippets Groups Projects
Commit e63b4ee2 authored by Valenza Florian's avatar Valenza Florian
Browse files

Removed std::cout in algorithm

parent 94a96feb
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,6 @@ namespace se3
geomData.radius.resize(model.joints.size(),0);
BOOST_FOREACH(const GeometryObject & geom,geomModel.geometryObjects)
{
std::cout << "New body radius" << geom.name << std::endl;
const boost::shared_ptr<const fcl::CollisionGeometry> & fcl
= geom.collision_object.collisionGeometry();
const SE3 & jMb = geom.placement; // placement in joint.
......
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