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

fix: viz::Robot file works different compared to packagepath

parent b0cb4d24
No related branches found
No related tags found
1 merge request!313Issues with PackagePath and robot visualization
......@@ -84,7 +84,7 @@ namespace armarx::armem::server::robot_state
// clang-format off
viz::Robot robotVisu = viz::Robot(robot.description.name)
.file(xmlPath.package, xmlPath.path)
.file(xmlPath.package, xmlPath.package + "/" + xmlPath.path)
.joints(robot.config.jointMap)
.pose(robot.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