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

ArticulatedObjectReader: fix: packagepath

parent 198b4c8e
No related branches found
No related tags found
No related merge requests found
......@@ -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