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

Merge branch 'fix/robot-xml-path-robot-description-in-armar3-simulation' into 'master'

Fix/robot xml path robot description in armar3 simulation

See merge request !314
parents e5e92d3a 63b98579
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 ...@@ -270,7 +270,7 @@ namespace armarx::armem
desc.name = "Armar3"; desc.name = "Armar3";
desc.timestamp = armem::Time::Now(); desc.timestamp = armem::Time::Now();
desc.xml.package = "RobotAPI"; desc.xml.package = "RobotAPI";
desc.xml.path = "RobotAPI/robots/Armar3/ArmarIII.xml"; desc.xml.path = "robots/Armar3/ArmarIII.xml";
armem::Commit c; armem::Commit c;
auto& entityUpdate = c.add(); 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