Add gunsan PCD output map files

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-26 15:57:48 +09:00
commit ec04543592
4 changed files with 22 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
image: elevation_map.pgm
resolution: 0.15
origin: [-11.0714, -78.9207, 0.0]
width: 792
height: 991
min_elevation: -1.98525
max_elevation: 2.99994
unknown_value: 0
# decoding: pixel==unknown_value -> unknown; otherwise
# z = min_elevation + (pixel - 1) / 254.0 * (max_elevation - min_elevation)