Skip to content

Commit

Permalink
Merge pull request #706 from tier4/feat/disable-avoidance_for_ambiguo…
Browse files Browse the repository at this point in the history
…us_vehicle

fix: disable avoidance_for_ambiguous_vehicle
  • Loading branch information
saka1-s authored Jul 18, 2024
2 parents 2d0fc98 + d28bd58 commit a547d71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@

# params for avoidance of vehicle type objects that are ambiguous as to whether they are parked.
avoidance_for_ambiguous_vehicle:
enable: true # [-]
enable: false # [-]
closest_distance_to_wait_and_see: 10.0 # [m]
condition:
th_stopped_time: 3.0 # [s]
Expand Down

0 comments on commit a547d71

Please sign in to comment.