#include <footstep_marker.h>
Public Types | |
typedef boost::shared_ptr < PosePair > | Ptr |
Public Member Functions | |
virtual FootstepTrans | getByName (const std::string &name) |
virtual FootstepTrans | midcoords () |
PosePair (const FootstepTrans &first, const std::string &first_name, const FootstepTrans &second, const std::string &second_name) | |
Protected Attributes | |
FootstepTrans | first_ |
std::string | first_name_ |
FootstepTrans | second_ |
std::string | second_name_ |
Definition at line 80 of file footstep_marker.h.
typedef boost::shared_ptr<PosePair> jsk_footstep_planner::PosePair::Ptr |
Definition at line 83 of file footstep_marker.h.
jsk_footstep_planner::PosePair::PosePair | ( | const FootstepTrans & | first, |
const std::string & | first_name, | ||
const FootstepTrans & | second, | ||
const std::string & | second_name | ||
) |
Definition at line 108 of file footstep_marker.cpp.
FootstepTrans jsk_footstep_planner::PosePair::getByName | ( | const std::string & | name | ) | [virtual] |
Definition at line 116 of file footstep_marker.cpp.
FootstepTrans jsk_footstep_planner::PosePair::midcoords | ( | ) | [virtual] |
Definition at line 129 of file footstep_marker.cpp.
FootstepTrans jsk_footstep_planner::PosePair::first_ [protected] |
Definition at line 89 of file footstep_marker.h.
Definition at line 91 of file footstep_marker.h.
FootstepTrans jsk_footstep_planner::PosePair::second_ [protected] |
Definition at line 90 of file footstep_marker.h.
Definition at line 92 of file footstep_marker.h.