Skip to content

Commit

Permalink
feat(avoidance): enable avoidance for objects that stop longer time t…
Browse files Browse the repository at this point in the history
…han thresh

Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota committed Dec 20, 2023
1 parent 8c2aab9 commit f13cd0d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@

# params for avoidance of vehicle type objects that are ambiguous as to whether they are parked.
force_avoidance:
enable: false # [-]
time_threshold: 1.0 # [s]
enable: true # [-]
time_threshold: 3.0 # [s]
distance_threshold: 1.0 # [m]
ignore_area:
traffic_light:
Expand Down

0 comments on commit f13cd0d

Please sign in to comment.