|
|
#include "GraphNode.h"#include <Eigen/Geometry>#include <ArmarXCore/core/exceptions/local/ExpressionException.h>#include <ArmarXCore/core/logging/Logging.h>#include <ArmarXCore/interface/core/UserException.h>#include <RobotAPI/libraries/core/FramedPose.h>
Include dependency graph for GraphNode.cpp: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 38 of file GraphNode.cpp.
| #define GRAPH_NODE_ATTR_POSE "pose" |
Definition at line 37 of file GraphNode.cpp.
| #define GRAPH_NODE_ATTR_SCENE memoryx::GraphNode::GRAPH_NODE_ATTR_SCENE |
Definition at line 36 of file GraphNode.cpp.