Skip to content

Commit

Permalink
feat(multi_object_tracker): fix lv4 bicycle pedestrian prediction iss…
Browse files Browse the repository at this point in the history
…ue (autowarefoundation#598)

feat: enable to join unknown to pedestrian and bicycle

Signed-off-by: yoshiri <[email protected]>
  • Loading branch information
YoshiRi authored Mar 29, 2024
1 parent 113085a commit 876946d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
0, 1, 1, 1, 1, 0, 0, 0, #TRUCK
0, 1, 1, 1, 1, 0, 0, 0, #BUS
0, 1, 1, 1, 1, 0, 0, 0, #TRAILER
0, 0, 0, 0, 0, 1, 1, 1, #MOTORBIKE
0, 0, 0, 0, 0, 1, 1, 1, #BICYCLE
0, 0, 0, 0, 0, 1, 1, 1] #PEDESTRIAN
1, 0, 0, 0, 0, 1, 1, 1, #MOTORBIKE
1, 0, 0, 0, 0, 1, 1, 1, #BICYCLE
1, 0, 0, 0, 0, 1, 1, 1] #PEDESTRIAN

max_dist_matrix:
#UNKNOWN, CAR, TRUCK, BUS, TRAILER, MOTORBIKE, BICYCLE, PEDESTRIAN
Expand Down

0 comments on commit 876946d

Please sign in to comment.