KDL  1.4.0
Public Member Functions | List of all members
KDL::TreeFkSolverPos Class Referenceabstract

This abstract class encapsulates a solver for the forward position kinematics for a KDL::Tree. More...

#include <src/treefksolver.hpp>

Inheritance diagram for KDL::TreeFkSolverPos:
Inheritance graph
[legend]

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. More...
 
virtual ~TreeFkSolverPos ()
 

Detailed Description

This abstract class encapsulates a solver for the forward position kinematics for a KDL::Tree.

Constructor & Destructor Documentation

§ ~TreeFkSolverPos()

virtual KDL::TreeFkSolverPos::~TreeFkSolverPos ( )
inlinevirtual

Member Function Documentation

§ JntToCart()

virtual int KDL::TreeFkSolverPos::JntToCart ( const JntArray q_in,
Frame p_out,
std::string  segmentName 
)
pure virtual

Calculate forward position kinematics for a KDL::Tree, from joint coordinates to cartesian pose.

Parameters
q_ininput joint coordinates
p_outreference to output cartesian pose
Returns
if < 0 something went wrong

Implemented in KDL::TreeFkSolverPos_recursive.

Referenced by KDL::TreeIkSolverPos_NR_JL::CartToJnt(), and KDL::TreeIkSolverPos_Online::CartToJnt().


The documentation for this class was generated from the following file: