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

removing hard coded paths

parent 3abd69b6
No related branches found
No related tags found
2 merge requests!157armem/dev => master,!148ArMem: articulated object localizer related stuff
This commit is part of merge request !157. Comments created here will be created in the context of that merge request.
......@@ -46,7 +46,7 @@ namespace armarx::armem::server::obj::articulated_object_instance
// clang-format off
auto robot = viz::Robot(obj.description.name)
// .file(xmlPath.package, xmlPath.path)
.file("ArmarXObjects", "./data/ArmarXObjects/Environment/mobile-kitchen/dishwasher-only/dishwasher.xml")
.file(xmlPath.path, xmlPath.path)
.joints(obj.config.jointMap)
.pose(obj.config.globalPose);
......
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