Skip to content

Commit

Permalink
feat(avoidance): enable check_unavoidable_object
Browse files Browse the repository at this point in the history
Signed-off-by: Shumpei Wakabayashi <[email protected]>
  • Loading branch information
shmpwk committed Aug 7, 2023
1 parent 955593f commit 74d6032
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,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 74d6032

Please sign in to comment.