1 #include <RobotTrajectoryDesigner/gui-plugins/RobotTrajectoryDesignerGuiPlugin/RobotTrajectoryDesignerGuiPluginGuiPlugin.h>
2 #include <ArmarXCore/core/test/IceTestHelper.h>
6 #include <VirtualRobot/XML/RobotIO.h>
15 const std::string
project =
"RobotAPI";
27 std::string fn =
"RobotAPI/robots/Armar3/ArmarIII.xml";
28 ArmarXDataPath::getAbsolutePath(fn, fn);
29 std::string robotFilename = fn;
31 _spaceSavePath = test::getCmakeValue(
"PROJECT_BINARY_DIR") +
"/Testing/Temporary/spaces/";
35 properties->setProperty(
"ArmarX.RobotIK.ReachabilitySpacesFolder", _spaceSavePath);
36 properties->setProperty(
"ArmarX.RobotIK.InitialReachabilitySpaces",
"testReachabilitySpace.bin");
39 _iceTestHelper =
new IceTestHelper(registryPort, registryPort + 1);
50 _robotModel = VirtualRobot::RobotIO::loadRobot(robotFilename, VirtualRobot::RobotIO::eStructure);