Skip to content

Commit

Permalink
feat(avoidance): enable safety check and yield
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
  • Loading branch information
satoshi-ota committed Mar 28, 2023
1 parent 5719754 commit a8e2652
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
enable_avoidance_over_opposite_direction: true
enable_update_path_when_object_is_gone: false
enable_force_avoidance_for_stopped_vehicle: false
enable_safety_check: false
enable_yield_maneuver: false
enable_safety_check: true
enable_yield_maneuver: true
disable_path_update: false

# for debug
Expand Down

0 comments on commit a8e2652

Please sign in to comment.