Skip to content

Commit

Permalink
feat(avoidance): update avoidance param (#263)
Browse files Browse the repository at this point in the history
* feat(avoidance): enable safety check and yield

Signed-off-by: satoshi-ota <[email protected]>

* feat(avoidance): update lateral margin

Signed-off-by: satoshi-ota <[email protected]>

---------

Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota authored Mar 29, 2023
1 parent 5719754 commit 34e25d9
Showing 1 changed file with 3 additions and 3 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 Expand Up @@ -67,7 +67,7 @@
lateral:
lateral_collision_margin: 1.0 # [m]
lateral_collision_safety_buffer: 0.7 # [m]
lateral_passable_safety_buffer: 0.0 # [m]
lateral_passable_safety_buffer: 1.0 # [m]
road_shoulder_safety_margin: 0.3 # [m]
avoidance_execution_lateral_threshold: 0.499
max_right_shift_length: 5.0
Expand Down

0 comments on commit 34e25d9

Please sign in to comment.