Skip to content

Commit

Permalink
feat(behavior_path_planner): disable avoidance with opposite lanes (a…
Browse files Browse the repository at this point in the history
…utowarefoundation#592)

Signed-off-by: Makoto Kurihara <[email protected]>
  • Loading branch information
mkuri authored Mar 12, 2024
1 parent 5f416aa commit 0ef6c20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# drivable area setting
use_adjacent_lane: true
use_opposite_lane: true
use_opposite_lane: false
use_intersection_areas: true
use_hatched_road_markings: true

Expand Down

0 comments on commit 0ef6c20

Please sign in to comment.