Go to the documentation of this file.
8 #ifndef TREEIKSOLVER_HPP_
9 #define TREEIKSOLVER_HPP_
std::map< std::string, Jacobian > Jacobians
virtual double CartToJnt(const JntArray &q_init, const Frames &p_in, JntArray &q_out)=0
This abstract class encapsulates the inverse position solver for a KDL::Chain.
This abstract class encapsulates the inverse velocity solver for a KDL::Tree.
std::map< std::string, Twist > Twists
virtual ~TreeIkSolverVel()
virtual double CartToJnt(const JntArray &q_in, const Twists &v_in, JntArray &qdot_out)=0
virtual ~TreeIkSolverPos()
std::map< std::string, Frame > Frames