Skip to content

Replace internal Transform representation with an Eigen::Isometry3d

Nicolas Cadart requested to merge feat/useIsometryForTransform into master

@nick.laurenson

Replace internal Transform representation with an Eigen::Isometry3d. This allows faster computation, easier manipulation, and fixes euler angles conventions.

Merge request reports