|
Blender V4.3
|
This abstract class encapsulates a solver for the forward position kinematics for a KDL::Chain. More...
#include <chainfksolver.hpp>
Inherited by KDL::ChainFkSolverPos_recursive.
Public Member Functions | |
| virtual int | JntToCart (const JntArray &q_in, Frame &p_out, int segmentNr=-1)=0 |
| virtual | ~ChainFkSolverPos () |
This abstract class encapsulates a solver for the forward position kinematics for a KDL::Chain.
Definition at line 42 of file chainfksolver.hpp.
|
inlinevirtual |
Definition at line 54 of file chainfksolver.hpp.
|
pure virtual |
Calculate forward position kinematics for a KDL::Chain, from joint coordinates to cartesian pose.
| q_in | input joint coordinates |
| p_out | reference to output cartesian pose |
Implemented in KDL::ChainFkSolverPos_recursive.