diff --git a/MotionPlanning/examples/PlatformDemo/PlatformDemo.cpp b/MotionPlanning/examples/PlatformDemo/PlatformDemo.cpp index f3a33a0b2fbd57f90fba882c7bd8c55c4cbdd5d5..4d25dae1640dc1d655faf67cc8b04dbc3d8630b4 100644 --- a/MotionPlanning/examples/PlatformDemo/PlatformDemo.cpp +++ b/MotionPlanning/examples/PlatformDemo/PlatformDemo.cpp @@ -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"); diff --git a/VirtualRobot/data/scenes/examples/PlatformDemo/PlatformDemo.xml b/VirtualRobot/data/scenes/examples/PlatformDemo/PlatformDemo.xml index 46bd2d10ebd8aa668102745699ead136aafa2a70..9a436a4ccbb6b908ce68747a54e70dc9be652183 100644 --- a/VirtualRobot/data/scenes/examples/PlatformDemo/PlatformDemo.xml +++ b/VirtualRobot/data/scenes/examples/PlatformDemo/PlatformDemo.xml @@ -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"/>