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 SerialDynamicControl class. It's been tested with this package. The beauty of this is it has the exact same interface as the SerialVelocityControl class 😎.
💥 Breaking Changes
The RobotLibrary::Control::Parameters struct has been changed to RobotLibrary::Control::SerialLinkParameters.
Changed field from CartesianStiffness to CartesianPoseGain
Changed field from CartesianDamping to CartesianVelocityGain
The latter 2 were renamed since the SerialDynamicControl class implements resolved acceleration control (RAC), and not Cartesian impedance control.
🐛 Bug Fixes
Fixed an issue with unwinding phenomenon in quaternion feedback.
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
SerialDynamicControl
class. It's been tested with this package. The beauty of this is it has the exact same interface as theSerialVelocityControl
class 😎.💥 Breaking Changes
RobotLibrary::Control::Parameters
struct has been changed toRobotLibrary::Control::SerialLinkParameters
.CartesianStiffness
toCartesianPoseGain
CartesianDamping
toCartesianVelocityGain
The latter 2 were renamed since the
SerialDynamicControl
class implements resolved acceleration control (RAC), and not Cartesian impedance control.🐛 Bug Fixes
Fixed an issue with unwinding phenomenon in quaternion feedback.
What's Changed
Full Changelog: v1.0.0...v1.1.0
This discussion was created from the release v1.1.0 - Torque Control.
Beta Was this translation helpful? Give feedback.
All reactions