3 #ifndef KDL_CHAIN_IKSOLVERVEL_PINV_GIVENS_HPP 4 #define KDL_CHAIN_IKSOLVERVEL_PINV_GIVENS_HPP 11 using namespace Eigen;
46 virtual void updateInternalDataStructures();
55 MatrixXd jac_eigen,U,
V,B;
This class encapsulates a serial kinematic interconnection structure. It is built out of segments...
This class represents an fixed size array containing joint values of a KDL::Chain.
Class to calculate the jacobian of a general KDL::Chain, it is used by other solvers.
represents both translational and rotational velocities.
ChainJntToJacSolver jnt2jac
virtual int CartToJnt(const JntArray &, const FrameVel &, JntArrayVel &)
This abstract class encapsulates the inverse velocity solver for a KDL::Chain.