|
#include "GraphNode.h"
#include <ArmarXCore/interface/core/UserException.h>
#include <ArmarXCore/core/logging/Logging.h>
#include <RobotAPI/libraries/core/FramedPose.h>
#include <Eigen/Geometry>
#include <ArmarXCore/core/exceptions/local/ExpressionException.h>
Go to the source code of this file.
Macros | |
#define | GRAPH_NODE_ATTR_ADJ_NODES "adjacentNodes" |
#define | GRAPH_NODE_ATTR_POSE "pose" |
#define | GRAPH_NODE_ATTR_SCENE memoryx::GraphNode::GRAPH_NODE_ATTR_SCENE |
#define GRAPH_NODE_ATTR_ADJ_NODES "adjacentNodes" |
Definition at line 39 of file GraphNode.cpp.
#define GRAPH_NODE_ATTR_POSE "pose" |
Definition at line 38 of file GraphNode.cpp.
#define GRAPH_NODE_ATTR_SCENE memoryx::GraphNode::GRAPH_NODE_ATTR_SCENE |
Definition at line 37 of file GraphNode.cpp.