Skip to content

Commit

Permalink
Revert crop_box params
Browse files Browse the repository at this point in the history
Signed-off-by: Autumn60 <[email protected]>
  • Loading branch information
Autumn60 committed Apr 6, 2024
1 parent 21e9329 commit ee655c9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

common_crop_box_filter:
parameters:
min_x: -100.0
max_x: 150.0
min_y: -70.0
max_y: 70.0
min_x: -50.0
max_x: 100.0
min_y: -50.0
max_y: 50.0
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 ee655c9

Please sign in to comment.