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
BIN
View File
Binary file not shown.
+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)
+5
View File
File diff suppressed because one or more lines are too long
+7
View File
@@ -0,0 +1,7 @@
image: map.pgm
mode: trinary
resolution: 0.15
origin: [-11.0714, -78.9207, 0.0]
negate: 0
occupied_thresh: 0.65
free_thresh: 0.25