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

minor: checking if robot sync was successful (will throw otherwise)

parent 720ea851
No related branches found
Tags demo/2022-07-14/armar6a-1
No related merge requests found
......@@ -646,7 +646,7 @@ namespace armarx::navigation::components
const auto timestamp = armem::Time::Now();
ARMARX_TRACE;
virtualRobotReader.synchronizeRobot(*scene.robot, timestamp);
ARMARX_CHECK(virtualRobotReader.synchronizeRobot(*scene.robot, timestamp));
ARMARX_TRACE;
const auto robotDescription = virtualRobotReader.queryDescription(params.robotName, timestamp);
......
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