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

armem_robot_state: fix: synchronizing robot directly when it is requested by name

parent 0c6b6751
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,9 @@ namespace armarx::armem::robot_state
auto robot = VirtualRobot::RobotIO::loadRobot(xmlFilename, loadMode);
robot->setName(name);
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