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

Merge remote-tracking branch 'origin/feature/grasping-challenge'

parents d6a472bd 6c16abb6
No related branches found
No related tags found
No related merge requests found
......@@ -133,14 +133,14 @@ namespace armarx::navigation::client
.snapshots().timeRange(lastMemoryPoll, now);
// clang-format on
ARMARX_DEBUG << "Polling memory events in interval "
<< "[" << lastMemoryPoll << ", " << now << "]";
// ARMARX_DEBUG << "Polling memory events in interval "
// << "[" << lastMemoryPoll << ", " << now << "]";
lastMemoryPoll = now;
const armem::client::QueryResult qResult = memoryReader.query(qb.buildQueryInput());
ARMARX_DEBUG << "Lookup result in reader: " << qResult;
// ARMARX_DEBUG << "Lookup result in reader: " << qResult;
if (not qResult.success) /* c++20 [[unlikely]] */
{
......
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