Skip to content

Commit

Permalink
Update params in example
Browse files Browse the repository at this point in the history
  • Loading branch information
akiroz committed Mar 5, 2020
1 parent eb96320 commit 55007fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions example/constrained_indoor_environment_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ global_costmap:
observation_persistence: 0.0 # default 0, use all measurements taken during now-value, 0=latest
inf_is_valid: false # default false, for laser scans
voxel_filter: false # default off, apply voxel filter to sensor, recommend on
voxel_min_points: 0 # default 0, minimum points per voxel for voxel filter
clear_after_reading: true # default false, clear the buffer after the layer gets readings from it
rgbd1_clear:
data_type: PointCloud2
Expand Down
1 change: 1 addition & 0 deletions example/outdoor_environment_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ global_costmap:
observation_persistence: 0.0 # default 0, use all measurements taken during now-value, 0=latest
inf_is_valid: false # default false, for laser scans
voxel_filter: false # default off, apply voxel filter to sensor, recommend on
voxel_min_points: 0 # default 0, minimum points per voxel for voxel filter
clear_after_reading: true # default false, clear the buffer after the layer gets readings from it
rgbd1_clear:
data_type: PointCloud2
Expand Down
1 change: 1 addition & 0 deletions example/standard_indoor_environment_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ global_costmap:
observation_persistence: 0.0 # default 0, use all measurements taken during now-value, 0=latest
inf_is_valid: false # default false, for laser scans
voxel_filter: false # default off, apply voxel filter to sensor, recommend on
voxel_min_points: 0 # default 0, minimum points per voxel for voxel filter
clear_after_reading: true # default false, clear the buffer after the layer gets readings from it
rgbd1_clear:
data_type: PointCloud2
Expand Down
1 change: 1 addition & 0 deletions example/vlp16_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ rgbd_obstacle_layer:
observation_persistence: 0.0 # default 0, use all measurements taken during now-value, 0=latest
inf_is_valid: false # default false, for laser scans
voxel_filter: false # default off, apply voxel filter to sensor, recommend on
voxel_min_points: 0 # default 0, minimum points per voxel for voxel filter
clear_after_reading: true # default false, clear the buffer after the layer gets readings from it
rgbd1_clear:
enabled: true #default true, can be toggled on/off with associated service call
Expand Down

0 comments on commit 55007fd

Please sign in to comment.