```
Traceback (most recent call last):
File "compute_gt_poses.py", line 351, in <module>
pose_graph = full_registration(path, max_correspondence_distance_coarse,
File "compute_gt_poses.py", line 152, in full_registration
pose_graph = registration.PoseGraph()
NameError: name 'registration' is not defined
That registration module itself not imported and even don't know that where it is defined.
can you please check it ?