Skip to content

Commit

Permalink
Fix config: Max tree height for HashedChunkedWaveletOctree is 9
Browse files Browse the repository at this point in the history
  • Loading branch information
victorreijgwart committed Sep 1, 2023
1 parent 91b217b commit 7242b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros/wavemap_ros/config/wavemap_pico_flexx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ map:
data_structure:
type: hashed_chunked_wavelet_octree
min_cell_width: { meters: 0.01 }
tree_height: 14
tree_height: 9

inputs:
- type: depth_image
Expand Down

0 comments on commit 7242b4e

Please sign in to comment.