All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Member Functions | Private Attributes
footstep_planner::EuclStepCostHeuristic Class Reference

Determining the heuristic value by the euclidean distance between two states, the expected step costs to get from one state to the other and the difference between the orientation of the two states multiplied by some cost factor. (NOTE: choosing this angular difference cost might overestimate the heuristic value.) More...

#include <Heuristic.h>

Inheritance diagram for footstep_planner::EuclStepCostHeuristic:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 EuclStepCostHeuristic (double cell_size, int num_angle_bins, double step_cost, double diff_angle_cost, double max_step_width)
virtual double getHValue (const PlanningState &from, const PlanningState &to) const
virtual ~EuclStepCostHeuristic ()

Private Attributes

const double ivDiffAngleCost
const double ivMaxStepWidth
 longest step width
const double ivStepCost

Detailed Description

Determining the heuristic value by the euclidean distance between two states, the expected step costs to get from one state to the other and the difference between the orientation of the two states multiplied by some cost factor. (NOTE: choosing this angular difference cost might overestimate the heuristic value.)

Definition at line 85 of file Heuristic.h.


Constructor & Destructor Documentation

footstep_planner::EuclStepCostHeuristic::EuclStepCostHeuristic ( double  cell_size,
int  num_angle_bins,
double  step_cost,
double  diff_angle_cost,
double  max_step_width 
)

Definition at line 65 of file Heuristic.cpp.

Definition at line 77 of file Heuristic.cpp.


Member Function Documentation

double footstep_planner::EuclStepCostHeuristic::getHValue ( const PlanningState from,
const PlanningState to 
) const [virtual]
Returns:
The heuristically determined path costs to get from state 'from' to state 'to' where 'to' is supposed to be the goal of the planning task. (Costs are in meter.)

Implements footstep_planner::Heuristic.

Definition at line 82 of file Heuristic.cpp.


Member Data Documentation

Definition at line 99 of file Heuristic.h.

longest step width

Definition at line 102 of file Heuristic.h.

Definition at line 98 of file Heuristic.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


footstep_planner
Author(s): Johannes Garimort, Armin Hornung
autogenerated on Tue Oct 15 2013 10:06:52