Skip to content
Snippets Groups Projects

Fix/robot xml path robot description in armar3 simulation

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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();
Loading