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

Add todo about race condition

parent 2a949639
No related branches found
No related tags found
1 merge request!242Add Prediction Interface and linear position prediction model to Object Memory
......@@ -493,9 +493,14 @@ namespace armarx::armem::server::obj::instance
}
});
/* TODO(phesch): Fetch data required for predictions from the memory
* in the locked part (above), run visualization code below.
*/
const std::vector<viz::Layer> layers = visu.visualizeCommit(objectPoses, objectFinder);
arviz.commit(layers);
TIMING_END_STREAM(tVisu, ARMARX_VERBOSE);
if (debugObserver)
......
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