Public Member Functions
KDL::TreeIkSolverVel Class Reference

This abstract class encapsulates the inverse velocity solver for a KDL::Tree. More...

#include <treeiksolver.hpp>

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

List of all members.

Public Member Functions

virtual double CartToJnt (const JntArray &q_in, const Twists &v_in, JntArray &qdot_out)=0
virtual ~TreeIkSolverVel ()

Detailed Description

This abstract class encapsulates the inverse velocity solver for a KDL::Tree.

Definition at line 54 of file treeiksolver.hpp.


Constructor & Destructor Documentation

virtual KDL::TreeIkSolverVel::~TreeIkSolverVel ( ) [inline, virtual]

Definition at line 69 of file treeiksolver.hpp.


Member Function Documentation

virtual double KDL::TreeIkSolverVel::CartToJnt ( const JntArray &  q_in,
const Twists v_in,
JntArray &  qdot_out 
) [pure virtual]

Calculate inverse velocity kinematics, from joint positions and cartesian velocities to joint velocities.

Parameters:
q_ininput joint positions
v_ininput cartesian velocity
qdot_outoutput joint velocities
Returns:
if < 0 something went wrong distance to goal otherwise (weighted norm of v_in)

Implemented in KDL::TreeIkSolverVel_wdls.


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


orocos_kdl
Author(s):
autogenerated on Mon Oct 6 2014 03:11:17