Skip to content
Snippets Groups Projects
Commit b503f08b authored by Fabian Reister's avatar Fabian Reister Committed by Fabian Reister
Browse files

reduced verbosity

parent d8f1a074
No related branches found
No related tags found
1 merge request!266Feature/armem laser scans
This commit is part of merge request !266. Comments created here will be created in the context of that merge request.
......@@ -128,7 +128,7 @@ namespace armarx::armem::server::robot_state::description
}
});
ARMARX_INFO << deactivateSpam(60) << "Number of known robot descriptions: " << robotDescriptions.size();
ARMARX_VERBOSE << deactivateSpam(60) << "Number of known robot descriptions: " << robotDescriptions.size();
return robotDescriptions;
}
......
......@@ -81,8 +81,8 @@ namespace armarx::armem::server::robot_state::localization
frames.emplace(robotName, result.transforms);
}
ARMARX_INFO << deactivateSpam(60)
<< "Number of known robot pose chains: " << frames.size();
ARMARX_VERBOSE << deactivateSpam(60)
<< "Number of known robot pose chains: " << frames.size();
return frames;
}
......@@ -128,8 +128,8 @@ namespace armarx::armem::server::robot_state::localization
}
}
ARMARX_INFO << deactivateSpam(60)
<< "Number of known robot poses: " << robotGlobalPoses.size();
ARMARX_VERBOSE << deactivateSpam(60)
<< "Number of known robot poses: " << robotGlobalPoses.size();
return robotGlobalPoses;
}
......
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