14 template <
size_t NJOINTS,
typename SCALAR =
double>
Eigen::Matrix< SCALAR, 6, NJOINTS > jacobian_t
Definition: EndEffector.h:18
const size_t & getLinkId()
Return the ID of the link to which the end-effector is rigidly attached to.
Definition: EndEffector-impl.h:27
joint state and joint velocity
Definition: JointState.h:21
virtual ~EndEffector()
Definition: EndEffector-impl.h:17
JointState< NJOINTS >::Position joint_position_t
Definition: EndEffector.h:19
EndEffector()
Definition: EndEffector-impl.h:12
void setLinkId(size_t linkId)
DO NOT USE. Set the link id on which an endeffector is on
Definition: EndEffector-impl.h:33
Definition: EndEffector.h:15