Skip to content

Commit

Permalink
Fix crop_box param in ground_segmentation.param.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Autumn60 <[email protected]>
  • Loading branch information
Autumn60 committed Apr 5, 2024
1 parent 2d89f09 commit 21e9329
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
max_x: 150.0
min_y: -70.0
max_y: 70.0
margin_max_z: 2.5 # to extend the crop box max_z from vehicle_height
margin_max_z: 0.0 # to extend the crop box max_z from vehicle_height
margin_min_z: -0.5 # to extend the crop box min_z from ground
negative: False

Expand Down

0 comments on commit 21e9329

Please sign in to comment.