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

Reduce spam

parent 8c596032
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ namespace armarx::armem::common::robot_state::localization
}
else
{
ARMARX_WARNING << deactivateSpam(1) << "Cannot perform tf lookup '" << parentFrame << " -> " << frame
ARMARX_WARNING << deactivateSpam(10) << "Cannot perform tf lookup '" << parentFrame << " -> " << frame
<< "'";
}
};
......
......@@ -151,7 +151,7 @@ namespace armarx::armem::server::robot_state::localization
bool Segment::storeTransform(const armarx::armem::robot_state::Transform& transform)
{
const auto& timestamp = transform.header.timestamp;
const armem::Time& timestamp = transform.header.timestamp;
const MemoryID providerID =
coreSegment->id().withProviderSegmentName(transform.header.agent);
......
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