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

Merge branch 'master' of git.h2t.iar.kit.edu:sw/armarx/robot-api

parents 123edd48 f5f67d54
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ namespace armarx::armem::client
{
while (not pollingStoppedExternally)
{
auto snapshot = pollOnce(callback);
auto snapshot = _pollOnce(callback);
if (snapshot.has_value())
{
return snapshot;
......
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