Skip to content

Commit 617f696

Browse files
authored
remove unused parameter "unknown_threshold" from example config (SteveMacenski#255)
Signed-off-by: Borong Yuan <[email protected]>
1 parent 94e8439 commit 617f696

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ rgbd_obstacle_layer:
112112
track_unknown_space: true #default space is unknown
113113
observation_persistence: 0.0 #seconds
114114
max_obstacle_height: 2.0 #meters
115-
unknown_threshold: 15 #voxel height
116115
mark_threshold: 0 #voxel height
117116
update_footprint_enabled: true
118117
combination_method: 1 #1=max, 0=override

example/constrained_indoor_environment_config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ global_costmap:
88
decay_model: 0 # 0=linear, 1=exponential, -1=persistent
99
voxel_size: 0.05 # meters
1010
track_unknown_space: true # default space is known
11-
unknown_threshold: 15 # voxel height
1211
mark_threshold: 0 # voxel height
1312
update_footprint_enabled: true
1413
combination_method: 1 # 1=max, 0=override

example/outdoor_environment_config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ global_costmap:
88
decay_model: 0 # 0=linear, 1=exponential, -1=persistent
99
voxel_size: 0.05 # meters
1010
track_unknown_space: true # default space is known
11-
unknown_threshold: 15 # voxel height
1211
mark_threshold: 0 # voxel height
1312
update_footprint_enabled: true
1413
combination_method: 1 # 1=max, 0=override

example/standard_indoor_environment_config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ global_costmap:
88
decay_model: 0 # 0=linear, 1=exponential, -1=persistent
99
voxel_size: 0.05 # meters
1010
track_unknown_space: true # default space is known
11-
unknown_threshold: 15 # voxel height
1211
mark_threshold: 0 # voxel height
1312
update_footprint_enabled: true
1413
combination_method: 1 # 1=max, 0=override

example/vlp16_config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ global_costmap:
88
decay_model: 0 # 0=linear, 1=exponential, -1=persistent
99
voxel_size: 0.05 # meters
1010
track_unknown_space: true # default space is known
11-
unknown_threshold: 15 # voxel height
1211
mark_threshold: 0 # voxel height
1312
update_footprint_enabled: true
1413
combination_method: 1 # 1=max, 0=override

0 commit comments

Comments
 (0)