Skip to content
Snippets Groups Projects
Commit 1304dc64 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Include ObjectInfo in ObjectFinder header

parent 3b546c45
No related branches found
No related tags found
1 merge request!72ObjectPoseObserver
......@@ -6,8 +6,6 @@
#include <ArmarXCore/core/system/cmake/CMakePackageFinder.h>
#include <ArmarXCore/core/util/StringHelpers.h>
#include "ObjectInfo.h"
namespace armarx
{
......
......@@ -4,13 +4,11 @@
#include <ArmarXCore/core/logging/Logging.h>
#include "ObjectInfo.h"
namespace armarx
{
// #include <RobotAPI/libraries/ArmarXObjects/ObjectInfo.h>
class ObjectInfo;
/**
* @brief Used to find objects in the ArmarX objects repository [1].
*
......
......@@ -6,7 +6,9 @@
namespace simox
{
// #include <SimoxUtility/shapes/AxisAlignedBoundingBox.h>
struct AxisAlignedBoundingBox;
// #include <SimoxUtility/shapes/OrientedBox.h>
template<class FloatT> class OrientedBox;
}
......
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