#include <forward_kinematics.h>
Public Member Functions | |
SegmentPair (const KDL::Segment &p_segment, const std::string &p_root, const std::string &p_tip) | |
Public Attributes | |
std::string | root |
KDL::Segment | segment |
std::string | tip |
Definition at line 14 of file forward_kinematics.h.
robot_markers::SegmentPair::SegmentPair | ( | const KDL::Segment & | p_segment, |
const std::string & | p_root, | ||
const std::string & | p_tip | ||
) |
Definition at line 15 of file forward_kinematics.cpp.
std::string robot_markers::SegmentPair::root |
Definition at line 20 of file forward_kinematics.h.
Definition at line 19 of file forward_kinematics.h.
std::string robot_markers::SegmentPair::tip |
Definition at line 20 of file forward_kinematics.h.