This repository was archived by the owner on Dec 19, 2022. It is now read-only.
0.6.0 Release notes
Pre-release
Pre-release
The main focus of this pre-release is performance and re-structuration of the Matrix3D
interfaces to simplify the implementation of custom 3D matrices.
- Removed deprecated methods.
- Introduced
CommonMatrix3DBasics
which replacesMatrix3DBasics
from 0.5.1.Matrix3DBasics
is now dedicated for general purpose 3D matrices, i.e.Matrix3D
, with an extended API. Orientation3DBasics
is nowClearable
- Optimized
RotationMatrix
multiplication with chance of increasing numerical errors. RigidBodyTransform
now keeps track of the state of the rotation and translation. When their negligible, operations are simplified.- Introduced website documentation accessible at https://ihmcrobotics.github.io/docs/docshome.html.