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

laser scanner memory: reduced spamming

parent dde3c200
No related branches found
No related tags found
No related merge requests found
......@@ -301,8 +301,7 @@ namespace armarx::armem::server::laser_scans
if (robots.count(name) == 0)
{
ARMARX_CHECK_NOT_NULL(virtualRobotReader);
const auto robot = virtualRobotReader->getRobot(
name, timestamp, VirtualRobot::RobotIO::RobotDescription::eStructure);
const auto robot = virtualRobotReader->getRobot(name);
if (robot)
{
......@@ -324,7 +323,7 @@ namespace armarx::armem::server::laser_scans
}
else
{
ARMARX_VERBOSE << "Faield to synchronize robot `" << name << "`";
ARMARX_INFO << deactivateSpam(10) << "Failed to synchronize robot `" << name << "`";
}
}
return entry.first;
......
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