Skip to content

Commit

Permalink
add parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
  • Loading branch information
KYabuuchi committed Mar 10, 2025
1 parent d1691be commit 41e5447
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,17 @@
bicycle: false
pedestrian: false

# If an object does not have this label, the ego vehicle does not assume that the yielded obstacle will cut in due to the object.
ahead_stopped:
unknown: false
car: true
truck: true
bus: true
trailer: true
motorcycle: true
bicycle: false
pedestrian: false

max_lat_margin: 1.0 # lateral margin between obstacle and trajectory band with ego's width

# if crossing vehicle is determined as target obstacles or not
Expand Down

0 comments on commit 41e5447

Please sign in to comment.