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

PlatformDemo: fixing filenames

parent 698dc317
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ int main(int argc, char** argv)
std::cout << " --- START --- " << std::endl;
std::string filenameScene("/scenes/examples/PlatformDemo/PlatformDemo.xml");
std::string filenameScene("scenes/examples/PlatformDemo/PlatformDemo.xml");
VirtualRobot::RuntimeEnvironment::getDataFileAbsolute(filenameScene);
std::string rnsName("Planning");
std::string colModel1("ColModel Robot Body");
......
......@@ -3,7 +3,7 @@
<Scene name="PlanningScene">
<Robot name="Armar-III" initConfig="start">
<File>/robots/ArmarIII/ArmarIII_withPlatformJoints.xml</File>
<File>robots/ArmarIII/ArmarIII_withPlatformJoints.xml</File>
<Configuration name="start">
<Node name="X_Platform" unit="mm" value="4500"/>
......
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