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

fix: RobotAPI/libraries/armem_robot_state/client/common/VirtualRobotReader:...

fix: RobotAPI/libraries/armem_robot_state/client/common/VirtualRobotReader: forgot to forward loadMode
parent 684e2d49
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ namespace armarx::armem::robot_state
const armem::Time& timestamp,
const VirtualRobot::RobotIO::RobotDescription& loadMode)
{
auto robot = getRobot(name, timestamp);
auto robot = getRobot(name, timestamp, loadMode);
synchronizeRobot(*robot, 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