AStarImpl Class Reference

#include <armarx/navigation/global_planning/AStar.h>

Public Types

using Params = AStarParams
 

Public Member Functions

 AStarImpl (const Params &params, const core::GeneralConfig &generalConfig, const std::optional< navigation::algorithms::Costmap > &costmap)
 
std::optional< GlobalPlannerResultplan (const core::Pose &start, const core::Pose &goal)
 
void updateCostmap (const std::optional< navigation::algorithms::Costmap > &costmap)
 

Protected Member Functions

std::vector< Eigen::Vector2f > postProcessPath (const std::vector< Eigen::Vector2f > &path)
 

Detailed Description

Definition at line 47 of file AStar.h.

Member Typedef Documentation

◆ Params

Definition at line 50 of file AStar.h.

Constructor & Destructor Documentation

◆ AStarImpl()

AStarImpl ( const Params & params,
const core::GeneralConfig & generalConfig,
const std::optional< navigation::algorithms::Costmap > & costmap )

Definition at line 102 of file AStar.cpp.

Member Function Documentation

◆ plan()

std::optional< GlobalPlannerResult > plan ( const core::Pose & start,
const core::Pose & goal )

Definition at line 134 of file AStar.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ postProcessPath()

std::vector< Eigen::Vector2f > postProcessPath ( const std::vector< Eigen::Vector2f > & path)
protected

chain approximation

Definition at line 123 of file AStar.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ updateCostmap()

void updateCostmap ( const std::optional< navigation::algorithms::Costmap > & costmap)

Definition at line 110 of file AStar.cpp.


The documentation for this class was generated from the following files: