Skip to content
New issue

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

About Odometry and Relative Pose #5

Open
tomy807 opened this issue Jul 7, 2023 · 0 comments
Open

About Odometry and Relative Pose #5

tomy807 opened this issue Jul 7, 2023 · 0 comments

Comments

@tomy807
Copy link

tomy807 commented Jul 7, 2023

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))
  1. 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])
    
  2. 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant