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

Offset between point clouds generate by different script #96

Open
vmoyu opened this issue Mar 25, 2024 · 2 comments
Open

Offset between point clouds generate by different script #96

vmoyu opened this issue Mar 25, 2024 · 2 comments

Comments

@vmoyu
Copy link

vmoyu commented Mar 25, 2024

Hi:
First, thank you for your work.
What I am doing now is to use Hololens 2 to scan some objects and get the point cloud, then choose the mark in point cloud to get the position.

My problem is I use two scripts to generate point clouds, and find there is a offset between them. Is this correct and how can I solve the problem?

  1. sample_integrator_pv.py
  2. sample_pv_depth_lt.py

The point cloud generated by sample_integrator_pv.py is correct after test.
I want to use the sample_pv_depth_lt.py because it has a high color image resolution.

@jdibenes
Copy link
Owner

Hi,
The pv_depth script point cloud is expressed in PV coordinates, try converting to world coordinates using PV extrinsics and pose.

@vmoyu
Copy link
Author

vmoyu commented Apr 3, 2024

Hi,
I use the PV extrinsics and pose,it looks like there is a stable offset with the real world. I'll test it further..

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

2 participants