|
KDL 1.5.1
|
#include <src/treefksolver.hpp>

Public Member Functions | |
| virtual int | JntToCart (const JntArray &q_in, Frame &p_out, std::string segmentName)=0 |
| Calculate forward position kinematics for a KDL::Tree, from joint coordinates to cartesian pose. | |
| virtual | ~TreeFkSolverPos () |
\brief This <strong>abstract</strong> class encapsulates a solver for the forward position kinematics for a KDL::Tree.
|
inlinevirtual |
|
pure virtual |
Calculate forward position kinematics for a KDL::Tree, from joint coordinates to cartesian pose.
| q_in | input joint coordinates |
| p_out | reference to output cartesian pose |
Implemented in KDL::TreeFkSolverPos_recursive.