Definition at line 70 of file footstep_state.h.
Definition at line 61 of file footstep_planner.h.
Eigen::Affine3f jsk_footstep_planner::affineFromXYYaw | ( | double | x, |
double | y, | ||
double | yaw | ||
) | [inline] |
double jsk_footstep_planner::footstepHeuristicStepCost | ( | SolverNode< FootstepState, FootstepGraph >::Ptr | node, |
FootstepGraph::Ptr | graph, | ||
double | first_rotation_weight, | ||
double | second_rotation_weight | ||
) |
Definition at line 280 of file footstep_graph.cpp.
double jsk_footstep_planner::footstepHeuristicStraight | ( | SolverNode< FootstepState, FootstepGraph >::Ptr | node, |
FootstepGraph::Ptr | graph | ||
) |
Definition at line 260 of file footstep_graph.cpp.
double jsk_footstep_planner::footstepHeuristicStraightRotation | ( | SolverNode< FootstepState, FootstepGraph >::Ptr | node, |
FootstepGraph::Ptr | graph | ||
) |
Definition at line 270 of file footstep_graph.cpp.
double jsk_footstep_planner::footstepHeuristicZero | ( | SolverNode< FootstepState, FootstepGraph >::Ptr | node, |
FootstepGraph::Ptr | graph | ||
) |
Definition at line 254 of file footstep_graph.cpp.
size_t jsk_footstep_planner::hash_value | ( | const FootstepState::Ptr & | s | ) | [inline] |
Definition at line 227 of file footstep_state.h.
std::string jsk_footstep_planner::projectStateToString | ( | unsigned int | state | ) |
Definition at line 47 of file footstep_state.cpp.