Skip to content
Snippets Groups Projects
Commit 1b333242 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Demote log to verbose

parent 89f99682
No related branches found
No related tags found
1 merge request!303Demote log to verbose in known grasp provider segment
......@@ -96,7 +96,7 @@ namespace armarx::armem::grasping::segment
retGrasp.pose(3, 2) = std::stof(row3.attribute_value("c3"));
retGrasp.pose(3, 3) = std::stof(row3.attribute_value("c4"));
ARMARX_INFO << "Found grasp '" << retGrasp.name << "' in set '" << retGraspSet.name << "' for obj '" << objectClassName << "' with pose \n" << retGrasp.pose;
ARMARX_VERBOSE << "Found grasp '" << retGrasp.name << "' in set '" << retGraspSet.name << "' for obj '" << objectClassName << "' with pose \n" << retGrasp.pose;
retGraspSet.grasps.push_back(retGrasp);
}
......
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