Skip to content

Remove unused SLAM 'MaxDistBetweenTwoFrames' attribute, and simplify transform unpacking.

Nicolas Cadart requested to merge fix/CleanSlam into master

@nick.laurenson

Remove unused SLAM attribute MaxDistBetweenTwoFrames and associated get/set methods.

Simplify Slam::GetWorldTransform() method by removing unnecessary conversion to rotation matrix.

Merge request reports