We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! I sorry for that I'm not good at English.
I am begginer at Lidar ICP So I am studying with Your Code. Thank You.
I curious about this code
results['poses'].append(np.linalg.inv(result.transformation)) results['ref_poses'].append(np.linalg.inv(ref_transform))
Why is inversed? I learned that pose is same as transformation.
source = utils.load_point_cloud(pcd_files[i]) target = utils.load_point_cloud(pcd_files[i + 1])
why target is not Transformed? I learned that transform target to World Coordinate and Find transformation from source to target.
Thank You For Your Code!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! I sorry for that I'm not good at English.
I am begginer at Lidar ICP So I am studying with Your Code. Thank You.
I curious about this code
Why is inversed? I learned that pose is same as transformation.
why target is not Transformed? I learned that transform target to World Coordinate and Find transformation from source to target.
Thank You For Your Code!
The text was updated successfully, but these errors were encountered: