Skip to content

Commit

Permalink
Merge pull request autowarefoundation#815 from tier4/hotfix/v0.44.5/a…
Browse files Browse the repository at this point in the history
…voidance

fix(avoidance): wait and see objects (autowarefoundation#925)
  • Loading branch information
satoshi-ota authored Mar 20, 2024
2 parents 7a36a00 + 730efde commit 595dd0e
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,10 @@
# params for avoidance of vehicle type objects that are ambiguous as to whether they are parked.
avoidance_for_ambiguous_vehicle:
enable: true # [-]
time_threshold: 3.0 # [s]
distance_threshold: 1.0 # [m]
closest_distance_to_wait_and_see: 10.0 # [m]
condition:
time_threshold: 3.0 # [s]
distance_threshold: 1.0 # [m]
ignore_area:
traffic_light:
front_distance: 100.0 # [m]
Expand Down

0 comments on commit 595dd0e

Please sign in to comment.