Skip to content
Snippets Groups Projects
Commit 1a21deb6 authored by Mirko Wächter's avatar Mirko Wächter
Browse files

HandUnitSimulationApp fix

parent dd09d983
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,6 @@ if (Eigen3_FOUND AND Simox_FOUND) ...@@ -13,7 +13,6 @@ if (Eigen3_FOUND AND Simox_FOUND)
${Simox_INCLUDE_DIRS}) ${Simox_INCLUDE_DIRS})
endif() endif()
message(status ${Eigen3_INCLUDE_DIR})
set(LIB_NAME RobotAPIUnits) set(LIB_NAME RobotAPIUnits)
set(LIB_VERSION 0.1.0) set(LIB_VERSION 0.1.0)
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include <Core/core/system/ArmarXDataPath.h> #include <Core/core/system/ArmarXDataPath.h>
#include <VirtualRobot/VirtualRobot.h> #include <VirtualRobot/VirtualRobot.h>
#include <VirtualRobot/EndEffector/EndEffector.h>
#include <VirtualRobot/XML/RobotIO.h> #include <VirtualRobot/XML/RobotIO.h>
#include <vector> #include <vector>
......
...@@ -32,12 +32,14 @@ ...@@ -32,12 +32,14 @@
#include <Core/core/system/ImportExportComponent.h> #include <Core/core/system/ImportExportComponent.h>
#include <Core/observers/variant/SingleTypeVariantList.h> #include <Core/observers/variant/SingleTypeVariantList.h>
#include <VirtualRobot/EndEffector/EndEffector.h>
namespace VirtualRobot namespace VirtualRobot
{ {
class Robot; class Robot;
typedef boost::shared_ptr<Robot> RobotPtr; typedef boost::shared_ptr<Robot> RobotPtr;
class EndEffector;
typedef boost::shared_ptr<EndEffector> EndEffectorPtr;
} }
namespace armarx namespace armarx
{ {
......
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