Skip to content

Commit

Permalink
feat(avoidance): avoid objects that have no intent to move
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota committed Feb 20, 2024
1 parent a2532da commit ff32008
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,9 @@
# params for avoidance of vehicle type objects that are ambiguous as to whether they are parked.
force_avoidance:
enable: true # [-]
time_threshold: 3.0 # [s]
time_threshold:
no_stop_factor: 3.0 # [s]
passable_signal: 10.0 # [s]
distance_threshold: 1.0 # [m]
ignore_area:
traffic_light:
Expand Down

0 comments on commit ff32008

Please sign in to comment.