Skip to content

Commit

Permalink
feat: change trailer params
Browse files Browse the repository at this point in the history
Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>
  • Loading branch information
yukke42 committed Aug 31, 2022
1 parent 1298693 commit 51e6d54
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
3.0, 1.0, 1.0, 1.0, 1.0, 3.0, 3.0, 2.0, #BICYCLE
2.0, 1.0, 1.0, 1.0, 1.0, 3.0, 3.0, 2.0] #PEDESTRIAN
max_area_matrix:
# NOTE(yukke42): The size of truck is 12 m length x 3 m width with a margin.
# NOTE(yukke42): Trailer uses the large value not to be filtered.
# NOTE(yukke42): The size of truck is 12 m length x 3 m width.
# NOTE(yukke42): The size of trailer is 20 m length x 3 m width.
#UNKNOWN, CAR, TRUCK, BUS, TRAILER, MOTORBIKE, BICYCLE, PEDESTRIAN
[100.00, 100.00, 100.00, 100.00, 100.00, 100.00, 100.00, 100.00, #UNKNOWN
12.10, 12.10, 36.00, 40.00, 3600.00, 10000.00, 10000.00, 10000.00, #CAR
36.00, 12.10, 36.00, 40.00, 3600.00, 10000.00, 10000.00, 10000.00, #TRUCK
40.00, 12.10, 36.00, 40.00, 3600.00, 10000.00, 10000.00, 10000.00, #BUS
3600.00, 12.10, 36.00, 40.00, 3600.00, 10000.00, 10000.00, 10000.00, #TRAILER
12.10, 12.10, 36.00, 40.00, 60.00, 10000.00, 10000.00, 10000.00, #CAR
36.00, 12.10, 36.00, 40.00, 60.00, 10000.00, 10000.00, 10000.00, #TRUCK
40.00, 12.10, 36.00, 40.00, 60.00, 10000.00, 10000.00, 10000.00, #BUS
60.00, 12.10, 36.00, 40.00, 60.00, 10000.00, 10000.00, 10000.00, #TRAILER
2.50, 10000.00, 10000.00, 10000.00, 10000.00, 2.50, 2.50, 1.00, #MOTORBIKE
2.50, 10000.00, 10000.00, 10000.00, 10000.00, 2.50, 2.50, 1.00, #BICYCLE
2.00, 10000.00, 10000.00, 10000.00, 10000.00, 1.50, 1.50, 1.00] #PEDESTRIAN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
3.0, 1.0, 1.0, 1.0, 1.0, 3.0, 3.0, 2.0, #BICYCLE
2.0, 1.0, 1.0, 1.0, 1.0, 3.0, 3.0, 2.0] #PEDESTRIAN
max_area_matrix:
# NOTE(yukke42): The size of truck is 12 m length x 3 m width with a margin.
# NOTE(yukke42): Trailer uses the large value not to be filtered.
# NOTE(yukke42): The size of truck is 12 m length x 3 m width.
# NOTE(yukke42): The size of trailer is 20 m length x 3 m width.
#UNKNOWN, CAR, TRUCK, BUS, TRAILER, MOTORBIKE, BICYCLE, PEDESTRIAN
[10000.00, 10000.00, 10000.00, 10000.00, 10000.00, 10000.00, 10000.00, 10000.00, #UNKNOWN
12.10, 12.10, 36.00, 40.00, 3600.00, 10000.00, 10000.00, 10000.00, #CAR
36.00, 12.10, 36.00, 40.00, 3600.00, 10000.00, 10000.00, 10000.00, #TRUCK
40.00, 12.10, 36.00, 40.00, 3600.00, 10000.00, 10000.00, 10000.00, #BUS
3600.00, 12.10, 36.00, 40.00, 3600.00, 10000.00, 10000.00, 10000.00, #TRAILER
12.10, 12.10, 36.00, 40.00, 60.00, 10000.00, 10000.00, 10000.00, #CAR
36.00, 12.10, 36.00, 40.00, 60.00, 10000.00, 10000.00, 10000.00, #TRUCK
40.00, 12.10, 36.00, 40.00, 60.00, 10000.00, 10000.00, 10000.00, #BUS
60.00, 12.10, 36.00, 40.00, 60.00, 10000.00, 10000.00, 10000.00, #TRAILER
2.50, 10000.00, 10000.00, 10000.00, 10000.00, 2.50, 2.50, 1.00, #MOTORBIKE
2.50, 10000.00, 10000.00, 10000.00, 10000.00, 2.50, 2.50, 1.00, #BICYCLE
2.00, 10000.00, 10000.00, 10000.00, 10000.00, 1.50, 1.50, 1.00] #PEDESTRIAN
Expand Down

0 comments on commit 51e6d54

Please sign in to comment.