ShortestPathFasterAlgorithm.cpp File Reference
#include "ShortestPathFasterAlgorithm.h"
#include <algorithm>
#include <numeric>
#include <Eigen/Core>
#include <ArmarXCore/core/exceptions/local/ExpressionException.h>
#include <ArmarXCore/core/logging/Logging.h>
#include <armarx/navigation/algorithms/Costmap.h>
#include "range/v3/algorithm/reverse.hpp"
+ Include dependency graph for ShortestPathFasterAlgorithm.cpp:

Go to the source code of this file.

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::algorithms
 This file is part of ArmarX.
 
 armarx::navigation::algorithms::spfa
 This file is part of ArmarX.
 

Functions

int ravel (int row, int col, int num_cols)
 
Eigen::Vector2i unravel (int pos, int num_cols)