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

Merge branch 'fix/nodiscard-sync-robot' into 'master'

Fix discarding result of synchRobot

See merge request !155
parents d84bd4ef 1599e58a
No related branches found
No related tags found
1 merge request!155Fix discarding result of synchRobot
......@@ -132,7 +132,7 @@ namespace armarx::armem::server::human_memory
}();
// synchronize robot
virtualRobotReaderPlugin->get().synchronizeRobot(*robot, timestamp);
ARMARX_CHECK(virtualRobotReaderPlugin->get().synchronizeRobot(*robot, timestamp));
return robot;
}
......
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