ARMARX_WARNING<<deactivateSpam(1)<<"History of robot state component is empty!";
returnfalse;
}
if(time>history.rbegin()->first)
...
...
@@ -244,7 +245,7 @@ namespace armarx
}
elseif(it==history.end())
{
ARMARX_WARNING<<"Could not find or interpolate a robot state for time "<<IceUtil::Time::microSeconds(time).toDateTime()<<" - oldest available value: "<<IceUtil::Time::microSeconds(history.begin()->first).toDateTime();
ARMARX_WARNING<<deactivateSpam(1)<<"Could not find or interpolate a robot state for time "<<IceUtil::Time::microSeconds(time).toDateTime()<<" - oldest available value: "<<IceUtil::Time::microSeconds(history.begin()->first).toDateTime();