Skip to content

Commit

Permalink
Adding the upper bound layer to the default elevation map layers
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinSchmid7 committed Mar 18, 2024
1 parent f8f8fe3 commit 0ecb24a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ image_channel_fusions:

publishers:
elevation_map_raw:
layers: ['elevation', 'traversability', 'variance', 'rgb', 'anomaly', 'friction', 'stiffness', 'risk']
layers: ['elevation', 'traversability', 'variance', 'rgb', 'anomaly', 'friction', 'stiffness', 'risk', 'upper_bound']
basic_layers: ['elevation', 'traversability']
fps: 5.0

Expand All @@ -28,7 +28,7 @@ publishers:
fps: 2.0

filtered_elevation_map:
layers: ['inpaint', 'smooth', 'min_filter']
layers: ['inpaint', 'smooth', 'min_filter', 'upper_bound']
basic_layers: ['inpaint']
fps: 5.0

Expand Down

0 comments on commit 0ecb24a

Please sign in to comment.