3 #ifndef KDL_CHAIN_IKSOLVERVEL_PINV_GIVENS_HPP 4 #define KDL_CHAIN_IKSOLVERVEL_PINV_GIVENS_HPP 11 using namespace Eigen;
50 virtual void updateInternalDataStructures();
59 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. It should not be used outside of KDL.
represents both translational and rotational velocities.
ChainJntToJacSolver jnt2jac
virtual int CartToJnt(const JntArray &q_init, const FrameVel &v_in, JntArrayVel &q_out)
This abstract class encapsulates the inverse velocity solver for a KDL::Chain.