Release Notes
This release makes the following changes:
- The quaternion error used to calculate the pose task error in the TPIK solver was replaced with the left-invariant error. This avoids singularities in the quaternion error.
- Renames
velocity_controllerstotwist_controllersto avoid naming clashes withros2_controllers. - Modifies the TAM controller to produce all NaN values only when the reference is all NaN. If there are some valid values (which may occur when an axis is uncontrolled by the outer-loop controller), the produced force/torque will be set to zero.