✨ New Features:
A new RobotLibrary::Control::SerialLinkImpedance
control class. It is inertia-free free, since many robot manipulators have poor dynamic modeling (thanks, Kuka 😒). It can do basic joint and Cartesian stiffness, with automatic redundancy resolution.
💥 Breaking Changes
- The
bool joint_position_gain
field in theRobotLibrary::Control::SerialLinkParameters
struct has been changed tostd::vector<double> joint_position_gains
- The
bool joint_velocity_gain
field in theRobotLibrary::Control::SerialLinkParameters
struct has been changed tostd::vector<double> joint_velocity_gains
- The
RobotLibrary::Control::SerialKinematicControl
class has been renamed toRobotLibrary::Control::SerialLinkKinematics
- The
RobotLibrary::Control::SerialDynamicControl
class has been renamed toRobotLibrary::Control::SerialLinkDynamics