#include <state_space.h>
Public Member Functions | |
bool | operator< (const StepCostPair &other) |
StepCostPair (const PlanningState *state, const int cost) | |
Public Attributes | |
const int | cost |
const PlanningState * | state |
Definition at line 60 of file state_space.h.
|
inline |
Definition at line 61 of file state_space.h.
|
inline |
Definition at line 66 of file state_space.h.
const int vigir_footstep_planning::StepCostPair::cost |
Definition at line 72 of file state_space.h.
const PlanningState* vigir_footstep_planning::StepCostPair::state |
Definition at line 71 of file state_space.h.