MCPcopy Create free account
hub / github.com/Kitware/pyLiDAR-SLAM / align

Method align

slam/odometry/alignment.py:44–65  ·  view source on GitHub ↗

Aligns corresponding pair of 3D points Computes the optimal rigid transform between reference points (`ref_points`) and target points (`tgt_points`). Args: ref_points (torch.Tensor): Reference points `(B, N, 3)` tgt_points (torch.Tensor): T

(self,
              ref_points: torch.Tensor,
              tgt_points: torch.Tensor, *args, **kwargs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

register_new_frameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected