#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 112 of file footstep_marker.h.
Definition at line 115 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.
|
virtual |
Definition at line 116 of file footstep_marker.cpp.
|
virtual |
Definition at line 129 of file footstep_marker.cpp.
|
protected |
Definition at line 121 of file footstep_marker.h.
|
protected |
Definition at line 123 of file footstep_marker.h.
|
protected |
Definition at line 122 of file footstep_marker.h.
|
protected |
Definition at line 124 of file footstep_marker.h.