You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the RobotLibrary::Control::SerialLinkParameters struct has been changed to std::vector<double> joint_position_gains
The bool joint_velocity_gain field in the RobotLibrary::Control::SerialLinkParameters struct has been changed to std::vector<double> joint_velocity_gains
The RobotLibrary::Control::SerialKinematicControl class has been renamed to RobotLibrary::Control::SerialLinkKinematics
The RobotLibrary::Control::SerialDynamicControl class has been renamed to RobotLibrary::Control::SerialLinkDynamics
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
✨ New Features:
A new
RobotLibrary::Control::SerialLinkImpedancecontrol 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
bool joint_position_gainfield in theRobotLibrary::Control::SerialLinkParametersstruct has been changed tostd::vector<double> joint_position_gainsbool joint_velocity_gainfield in theRobotLibrary::Control::SerialLinkParametersstruct has been changed tostd::vector<double> joint_velocity_gainsRobotLibrary::Control::SerialKinematicControlclass has been renamed toRobotLibrary::Control::SerialLinkKinematicsRobotLibrary::Control::SerialDynamicControlclass has been renamed toRobotLibrary::Control::SerialLinkDynamicsThis discussion was created from the release v2.0.0 Impedance Control.
Beta Was this translation helpful? Give feedback.
All reactions