AStarPlanner.cpp File Reference
#include "AStarPlanner.h"
#include <algorithm>
#include <cmath>
#include <cstddef>
#include <map>
#include <memory>
#include <vector>
#include <boost/geometry.hpp>
#include <boost/geometry/algorithms/detail/intersects/interface.hpp>
#include <boost/geometry/core/cs.hpp>
#include <boost/geometry/geometries/box.hpp>
#include <boost/geometry/geometries/point.hpp>
#include <Eigen/Geometry>
#include <VirtualRobot/BoundingBox.h>
#include <ArmarXCore/core/exceptions/local/ExpressionException.h>
#include <ArmarXCore/core/logging/Logging.h>
#include <ArmarXCore/util/CPPUtility/trace.h>
#include <armarx/navigation/algorithms/Costmap.h>
#include <armarx/navigation/algorithms/astar/Node.h>
#include <omp.h>
#include <range/v3/algorithm/reverse.hpp>
+ Include dependency graph for AStarPlanner.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::algorithm
 This file is part of ArmarX.
 
 armarx::navigation::algorithm::astar
 

Functions

bool intersects (const VirtualRobot::BoundingBox &bb1, const VirtualRobot::BoundingBox &bb2)