KDL 1.5.1
Loading...
Searching...
No Matches
KDL::TreeFkSolverPos Class Referenceabstract

#include <src/treefksolver.hpp>

Inheritance diagram for KDL::TreeFkSolverPos:

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 ()
 

Detailed Description

 \brief This <strong>abstract</strong> 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: