Skip to content

Commit

Permalink
fix(avoidance): add target filtering threshold for merging/deviating …
Browse files Browse the repository at this point in the history
…vehicle (autowarefoundation#974)

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
  • Loading branch information
satoshi-ota committed May 2, 2024
1 parent cfd2145 commit a0358e4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@
th_shiftable_ratio: 0.8 # [-]
min_road_shoulder_width: 0.5 # [m] FOR DEVELOPER

# for merging/deviating vehicle
merging_vehicle:
th_overhang_distance: 0.0 # [m]

# params for avoidance of vehicle type objects that are ambiguous as to whether they are parked.
avoidance_for_ambiguous_vehicle:
enable: true # [-]
Expand Down

0 comments on commit a0358e4

Please sign in to comment.