Skip to content

Document laser scanner, including tranformation #162

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

Open
dlebauer opened this issue Oct 12, 2017 · 0 comments
Open

Document laser scanner, including tranformation #162

dlebauer opened this issue Oct 12, 2017 · 0 comments
Milestone

Comments

@dlebauer
Copy link
Member

Equation (from Zongyang):

X: ply coordinate, X’: gantry coordinate, unit: mm
x_offset: origin offset
Gx: gantry position report in metadata

X’ = X + (Gx1000 + x_offset), x_offset = 82
Z’ = Z + (Gz
1000 + Z_HIGHER) - z_offset, Z_HIGHER represent for gantry origin is 30 cm higher than the field, so Z_HIGHER = 300, z_offset = 3445

equation Y is different in positive scan and negative scan, in positive scan:

Y’ = Y + y_offset_positive, y_offset_positive = 3450
Y’ = Y + y_offset_negative, y_offset_negative = 25771

related: terraref/computing-pipeline#363 (comment)
terraref/reference-data#44
implementation: https://github.com/terraref/extractors-3dscanner/blob/master/ply2las/ply2las.py#L78

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