27 const Eigen::Vector3d & frameVector,
28 double stiffness = 2.0,
29 double weight = 500.0);
50 const Eigen::Vector3d & bodyVector,
51 const Eigen::Vector3d & targetPos,
53 unsigned int robotIndex,
54 double stiffness = 2.0,
59 const Eigen::Vector3d & bodyVector,
61 unsigned int robotIndex,
62 double stiffness = 2.0,
66 void reset()
override;
73 void target(
const Eigen::Vector3d & pos);
80 Eigen::Vector3d target()
const;
90 Eigen::Vector3d target_pos_;