|
#include <memory>
#include <vector>
#include <Eigen/Geometry>
#include <VirtualRobot/VirtualRobot.h>
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 > |