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

Fix miscalculated LUT scale factor #53

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

natelowry
Copy link

The fake depth frame is set to 1000mm, but the example code was dividing the transformation result by 1,000,000, making the lookup table values off by a factor of 1000.

Maybe I'm missing something here, but when I put (pretty much) this exact method in my test code my point cloud values were all off by 1000x.

The fake depth frame is set to 1000mm, but the example code was dividing the transformation result by 1,000,000, making the lookup table values off by a factor of 1000.
@natelowry
Copy link
Author

natelowry commented May 21, 2020

i'm looking for an existing issue right now, if there isn't one i'm happy to create one.

again, i may be doing something wrong...is the point cloud viewer expecting values in meters? is there an implicit coordinate system change at the end i'm missing?

@natelowry natelowry marked this pull request as draft May 21, 2020 22:18
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

Successfully merging this pull request may close these issues.

1 participant