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

Reduce spam

parent 517c446c
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,6 @@ namespace armarx::armem::common::robot_state::localization
}
template <class ...Args>
std::vector<std::string>
TransformHelper::_buildTransformChain(
......@@ -137,7 +136,7 @@ namespace armarx::armem::common::robot_state::localization
}
else
{
ARMARX_WARNING << deactivateSpam(10) << "Cannot perform tf lookup '" << parentFrame << " -> " << frame << "'";
ARMARX_WARNING << deactivateSpam(60) << "Cannot perform tf lookup '" << parentFrame << " -> " << frame << "'";
}
};
......@@ -178,7 +177,7 @@ namespace armarx::armem::common::robot_state::localization
if (chain.empty())
{
ARMARX_WARNING << deactivateSpam(1) << "Cannot create tf lookup chain '" << query.header.parentFrame
ARMARX_WARNING << deactivateSpam(60) << "Cannot create tf lookup chain '" << query.header.parentFrame
<< " -> " << query.header.frame << "'";
return {};
}
......
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