Skip to content

Commit

Permalink
feat(avoidance): enable check_unaboidable_object (autowarefoundation#591
Browse files Browse the repository at this point in the history
)
  • Loading branch information
shmpwk authored Sep 26, 2023
1 parent 3cc6a2a commit f3b1512
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
check_current_lane: false # [-]
check_shift_side_lane: true # [-]
check_other_side_lane: false # [-]
check_unavoidable_object: false # [-]
check_unavoidable_object: true # [-]
check_other_object: true # [-]
# collision check parameters
check_all_predicted_path: false # [-]
Expand Down

0 comments on commit f3b1512

Please sign in to comment.