|
|
#include <memory>#include <vector>#include <Eigen/Geometry>
Include dependency graph for Node.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Node |
| A Node can store data to all valid neighbors (successors) and a precessor. More... | |
Namespaces | |
| armarx | |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
| armarx::navigation | |
| This file is part of ArmarX. | |
| armarx::navigation::algorithm | |
| This file is part of ArmarX. | |
| armarx::navigation::algorithm::astar | |
Typedefs | |
| using | NodePtr = std::shared_ptr< Node > |