KDL::TreeFkSolverPosFull_recursive Class Reference
#include <treefksolverposfull_recursive.hpp>
List of all members.
Public Member Functions |
int | JntToCart (const std::map< std::string, double > &q_in, std::map< std::string, tf::Stamped< Frame > > &p_out, bool flatten_tree=true) |
| TreeFkSolverPosFull_recursive (const Tree &_tree) |
| ~TreeFkSolverPosFull_recursive () |
Private Member Functions |
void | addFrameToMap (const std::map< std::string, double > &q_in, std::map< std::string, tf::Stamped< KDL::Frame > > &p_out, const tf::Stamped< KDL::Frame > &previous_frame, const SegmentMap::const_iterator this_segment, bool flatten_tree) |
Private Attributes |
Tree | tree |
Detailed Description
Definition at line 32 of file treefksolverposfull_recursive.hpp.
Constructor & Destructor Documentation
KDL::TreeFkSolverPosFull_recursive::TreeFkSolverPosFull_recursive |
( |
const Tree & |
_tree |
) |
|
KDL::TreeFkSolverPosFull_recursive::~TreeFkSolverPosFull_recursive |
( |
|
) |
|
Member Function Documentation
void KDL::TreeFkSolverPosFull_recursive::addFrameToMap |
( |
const std::map< std::string, double > & |
q_in, |
|
|
std::map< std::string, tf::Stamped< KDL::Frame > > & |
p_out, |
|
|
const tf::Stamped< KDL::Frame > & |
previous_frame, |
|
|
const SegmentMap::const_iterator |
this_segment, |
|
|
bool |
flatten_tree | |
|
) |
| | [private] |
int KDL::TreeFkSolverPosFull_recursive::JntToCart |
( |
const std::map< std::string, double > & |
q_in, |
|
|
std::map< std::string, tf::Stamped< Frame > > & |
p_out, |
|
|
bool |
flatten_tree = true | |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following files: