Skip to content

Commit

Permalink
Tweak sampling parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
evanbest0802 committed Dec 9, 2024
1 parent fb1111b commit 1bbc440
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/**:
ros__parameters:
sample_num: 1500
sample_num: 2000
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**:
ros__parameters:
voxel_size_x: 3.0
voxel_size_y: 3.0
voxel_size_z: 3.0
voxel_size_x: 0.1
voxel_size_y: 0.1
voxel_size_z: 0.1

0 comments on commit 1bbc440

Please sign in to comment.