v1.2.0 - Hold Up!
✨ New Features
- New
HoldConfigurationaction that runs indefinite feedback control on a fixed joint configuration. - New
HoldPoseaction that runs indefinite feedback control on a fixed endpoint pose. - Action servers can run velocity control, or new torque control with updates to RobotLibrary
💥 Breaking Changes
- References to
cartesian_stiffnessandcartesian_dampingchanges tocartesian_pose_gainandcartesian_velocity_gain, respectively, to reflect changes in RobotLibrary.
🐛 Bugs
- There appears to be a bug in the
TrackCartesianTrajectoryaction implementation where orientation will randomly (albeit infrequently) rotate by over 90 degrees. I have no idea why 😭
Full Changelog: v1.1.0...v1.2.0