22 #ifndef KDLCHAINIKSOLVERPOS_NR_HPP 23 #define KDLCHAINIKSOLVERPOS_NR_HPP This abstract class encapsulates the inverse position solver for a KDL::Chain.
virtual const char * strError(const int error) const
This class encapsulates a serial kinematic interconnection structure. It is built out of segments...
ChainFkSolverPos & fksolver
virtual int CartToJnt(const JntArray &q_init, const Frame &p_in, JntArray &q_out)
This class represents an fixed size array containing joint values of a KDL::Chain.
represents both translational and rotational velocities.
ChainIkSolverVel & iksolver
ChainIkSolverPos_NR(const Chain &chain, ChainFkSolverPos &fksolver, ChainIkSolverVel &iksolver, unsigned int maxiter=100, double eps=1e-6)
Child FK solver failed.
static const int E_FKSOLVERPOS_FAILED
Child IK solver vel failed.
represents a frame transformation in 3D space (rotation + translation)
static const int E_IKSOLVER_FAILED
int error
Latest error, initialized to E_NOERROR in constructor.
virtual void updateInternalDataStructures()
This abstract class encapsulates the inverse velocity solver for a KDL::Chain.
This abstract class encapsulates a solver for the forward position kinematics for a KDL::Chain...