Skip to content
Snippets Groups Projects
Commit f8edb66d authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Fix the robot description XML path of ARMAR-III

parent 72481ec0
No related branches found
No related tags found
1 merge request!314Fix/robot xml path robot description in armar3 simulation
......@@ -270,7 +270,7 @@ namespace armarx::armem
desc.name = "Armar3";
desc.timestamp = armem::Time::Now();
desc.xml.package = "RobotAPI";
desc.xml.path = "RobotAPI/robots/Armar3/ArmarIII.xml";
desc.xml.path = "robots/Armar3/ArmarIII.xml";
armem::Commit c;
auto& entityUpdate = c.add();
......
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