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
Increase tolerance of checks for rotation matrices
Allow deactivation of ValueErrors for invalid rotation and transformation matrices with argument strict_check=False in several functions and in the TransformManager
Bugfixes
Improve numerical stability of axis_angle_from_matrix(...)
Improve numerical stability of angle_between_vectors(...)
Fix SLERP between identical orientations
It is now possible to plot visual / collision meshes of a URDF (with trimesh)
Improved documentation of conventions for axis-angle representation