Definition at line 151 of file grid_graph.h.
Definition at line 147 of file grid_graph.h.
typedef Eigen::AngleAxisd jsk_footstep_planner::FootstepAngleAxis |
Definition at line 72 of file footstep_marker.h.
typedef Eigen::Quaterniond jsk_footstep_planner::FootstepQuaternion |
Definition at line 71 of file footstep_marker.h.
typedef Eigen::Affine3d jsk_footstep_planner::FootstepTrans |
Definition at line 68 of file footstep_marker.h.
typedef Eigen::Translation3d jsk_footstep_planner::FootstepTranslation |
Definition at line 70 of file footstep_marker.h.
typedef Eigen::Vector3d jsk_footstep_planner::FootstepVec |
Definition at line 69 of file footstep_marker.h.
Definition at line 150 of file grid_graph.h.
Definition at line 146 of file grid_graph.h.
Definition at line 103 of file grid_perception.h.
Definition at line 149 of file grid_graph.h.
Definition at line 145 of file grid_graph.h.
Definition at line 73 of file footstep_state.h.
Definition at line 26 of file grid_path_planner.h.
Definition at line 64 of file footstep_planner.h.
void jsk_footstep_planner::add3Dof2DControl | ( | visualization_msgs::InteractiveMarker & | msg, |
bool | fixed | ||
) |
Definition at line 72 of file footstep_marker.cpp.
Eigen::Affine3f jsk_footstep_planner::affineFromXYYaw | ( | double | x, |
double | y, | ||
double | yaw | ||
) | [inline] |
visualization_msgs::MarkerArray jsk_footstep_planner::footstepArrayToMarkerArray | ( | const jsk_footstep_msgs::FootstepArray & | footstep_array | ) |
Definition at line 72 of file footstep_conversions.cpp.
jsk_footstep_msgs::Footstep jsk_footstep_planner::footstepFromEigenPose | ( | Eigen::Affine3f | pose | ) |
Definition at line 41 of file footstep_conversions.cpp.
jsk_footstep_msgs::Footstep jsk_footstep_planner::footstepFromEigenPose | ( | Eigen::Affine3d | pose | ) |
Definition at line 47 of file footstep_conversions.cpp.
double jsk_footstep_planner::footstepHeuristicFollowPathLine | ( | SolverNode< FootstepState, FootstepGraph >::Ptr | node, |
FootstepGraph::Ptr | graph | ||
) |
Definition at line 456 of file footstep_graph.cpp.
double jsk_footstep_planner::footstepHeuristicStepCost | ( | SolverNode< FootstepState, FootstepGraph >::Ptr | node, |
FootstepGraph::Ptr | graph, | ||
double | first_rotation_weight, | ||
double | second_rotation_weight | ||
) |
Definition at line 417 of file footstep_graph.cpp.
double jsk_footstep_planner::footstepHeuristicStraight | ( | SolverNode< FootstepState, FootstepGraph >::Ptr | node, |
FootstepGraph::Ptr | graph | ||
) |
Definition at line 395 of file footstep_graph.cpp.
double jsk_footstep_planner::footstepHeuristicStraightRotation | ( | SolverNode< FootstepState, FootstepGraph >::Ptr | node, |
FootstepGraph::Ptr | graph | ||
) |
Definition at line 406 of file footstep_graph.cpp.
double jsk_footstep_planner::footstepHeuristicZero | ( | SolverNode< FootstepState, FootstepGraph >::Ptr | node, |
FootstepGraph::Ptr | graph | ||
) |
Definition at line 388 of file footstep_graph.cpp.
visualization_msgs::Marker jsk_footstep_planner::footstepToMarker | ( | const jsk_footstep_msgs::Footstep & | footstep, |
const std_msgs::Header & | header | ||
) |
Definition at line 54 of file footstep_conversions.cpp.
double jsk_footstep_planner::gridPerceptionHeuristicDistance | ( | SolverNode< PerceptionGridGraph::State, PerceptionGridGraph >::Ptr | node, |
PerceptionGridGraph::Ptr | graph | ||
) |
Definition at line 106 of file grid_perception.h.
size_t jsk_footstep_planner::hash_value | ( | const GridState::Ptr & | s | ) | [inline] |
Definition at line 87 of file grid_state.h.
size_t jsk_footstep_planner::hash_value | ( | const FootstepState::Ptr & | s | ) | [inline] |
Definition at line 254 of file footstep_state.h.
std::string jsk_footstep_planner::projectStateToString | ( | unsigned int | state | ) |
Definition at line 59 of file footstep_state.cpp.