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

articulatedobjectreader: fix: packagepath usage

parent 86e33c32
No related branches found
No related tags found
1 merge request!317Feature/open fridge
......@@ -47,7 +47,7 @@ namespace armarx::armem::articulated_object
ARMARX_DEBUG << "Object " << name << " available";
auto obj = VirtualRobot::RobotIO::loadRobot(
ArmarXDataPath::resolvePath(it->xml.serialize().path),
it->xml.toSystemPath(),
VirtualRobot::RobotIO::eStructure);
if (not obj)
......
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