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

Added 3D scanner alignment correction offset #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sensors/scanner3D/dataset-dev.id
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://terraref.ncsa.illinois.edu/clowder-dev/api/datasets/58920d9ae4b007e405e03301
15 changes: 7 additions & 8 deletions sensors/scanner3D/sensor_fixed_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sensor west serial number": "S215-1036",
"sensor description": "two laser / camera combinations",
"sensor purpose": "measure 3D surface topology",
"laser emission wavelenght [nm]": "810",
"laser emission wavelegth [nm]": "810",
"laser emission energy [W]": "2",
"location in gantry system": "camera box, facing ground",
"scanner east location in camera box x [m]": "2.070",
Expand All @@ -18,11 +18,10 @@
"Calibration available": "false",
"output data format": ".ply open file format",
"sensor id": "3d camera box",
"properties" : [
"offset": {
"x": -13,
"y": 50,
"z": 0
}
]
"alignment_correction_offset" : {
"west" : {
"date" : "2016-11-22",
"value" : [-14, 42, 0]
}
}
}