Skip to content

Commit

Permalink
rm verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
jgvictores committed Sep 23, 2023
1 parent dcb462b commit f5723cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ class OpenraveYarpIroning : public OpenRAVE::ModuleBase,

if (dist < DEFAULT_TOLERANCE)
{
yCInfo(ORYPS) << "Touched" << _objKinBodyPtrs[objKinBodyIdx]->GetName();
//yCInfo(ORYPS) << "Touched" << _objKinBodyPtrs[objKinBodyIdx]->GetName();
if (_objKinBodyPtrs[objKinBodyIdx]->GetName().find("wrinkle") != std::string::npos) {
_penv->Remove(_objKinBodyPtrs[objKinBodyIdx]);
_objKinBodyPtrs.erase(_objKinBodyPtrs.begin() + objKinBodyIdx);
Expand Down

0 comments on commit f5723cb

Please sign in to comment.