Skip to content

Commit

Permalink
chore(ground_segmentation): reduce ground_segmentation range (autowar…
Browse files Browse the repository at this point in the history
…efoundation#649)

Signed-off-by: badai-nguyen <[email protected]>
  • Loading branch information
badai-nguyen authored May 17, 2024
1 parent 208dfd0 commit 02831c6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
common_crop_box_filter:
parameters:
min_x: -70.0
max_x: 120.0
max_x: 100.0
min_y: -75.0
max_y: 75.0
max_z: 3.2
Expand Down Expand Up @@ -44,7 +44,7 @@

front_upper_crop_box_filter:
parameters:
min_x: -50.0
min_x: 5.8
max_x: 100.0
min_y: -50.0
max_y: 50.0
Expand Down Expand Up @@ -74,7 +74,7 @@

front_lower_crop_box_filter:
parameters:
min_x: -50.0
min_x: 5.8
max_x: 100.0
min_y: -50.0
max_y: 50.0
Expand Down Expand Up @@ -104,7 +104,7 @@

left_upper_crop_box_filter:
parameters:
min_x: -0.0
min_x: 5.8
max_x: 40.0
min_y: -10.0
max_y: 10.0
Expand Down

0 comments on commit 02831c6

Please sign in to comment.