#include <step_cost_estimator.h>
Public Member Functions | |
bool | getCost (const State &left_foot, const State &right_foot, const State &swing_foot, double &cost, double &risk) const |
bool | getCost (const State &left_foot, const State &right_foot, const State &swing_foot, float &cost, float &risk) const |
bool | loadParams (const vigir_generic_params::ParameterSet ¶ms) override |
StepCostEstimator () | |
Protected Attributes | |
double | max_risk_ |
Definition at line 41 of file step_cost_estimator.h.
Definition at line 7 of file step_cost_estimator.cpp.
bool vigir_footstep_planning::StepCostEstimator::getCost | ( | const State & | left_foot, |
const State & | right_foot, | ||
const State & | swing_foot, | ||
double & | cost, | ||
double & | risk | ||
) | const |
Definition at line 22 of file step_cost_estimator.cpp.
bool vigir_footstep_planning::StepCostEstimator::getCost | ( | const State & | left_foot, |
const State & | right_foot, | ||
const State & | swing_foot, | ||
float & | cost, | ||
float & | risk | ||
) | const |
Definition at line 54 of file step_cost_estimator.cpp.
bool vigir_footstep_planning::StepCostEstimator::loadParams | ( | const vigir_generic_params::ParameterSet & | params | ) | [override] |
Definition at line 12 of file step_cost_estimator.cpp.
double vigir_footstep_planning::StepCostEstimator::max_risk_ [protected] |
Definition at line 53 of file step_cost_estimator.h.