Skip to content

Commit

Permalink
Merge pull request #545 from tier4/sync-awf-upstream
Browse files Browse the repository at this point in the history
chore: sync awf/autoware_launch
  • Loading branch information
tier4-autoware-private-bot[bot] authored Jul 7, 2023
2 parents 180f5fb + d0190ca commit 1a3cd22
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
safety_check_idling_time: 1.5 # [s]
safety_check_accel_for_rss: 2.5 # [m/ss]
safety_check_hysteresis_factor: 2.0 # [-]
safety_check_ego_offset: 1.0 # [m]

# For avoidance maneuver
avoidance:
Expand All @@ -145,7 +146,9 @@
min_prepare_distance: 1.0 # [m]
min_avoidance_distance: 10.0 # [m]
min_nominal_avoidance_speed: 7.0 # [m/s]
min_sharp_avoidance_speed: 1.0 # [m/s]
min_sharp_avoidance_speed: 2.78 # [m/s]
min_slow_down_speed: 1.38 # [m/s]
buf_slow_down_speed: 0.56 # [m/s]

# For yield maneuver
yield:
Expand All @@ -155,6 +158,7 @@
stop:
min_distance: 10.0 # [m]
max_distance: 20.0 # [m]
stop_buffer: 1.0 # [m]

constraints:
# vehicle slows down under longitudinal constraints
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

successive_num_to_entry_dynamic_avoidance_condition: 5

min_obj_lat_offset_to_ego_path: 0.3 # [m]

drivable_area_generation:
lat_offset_from_obstacle: 0.8 # [m]
max_lat_offset_to_avoid: 0.5 # [m]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
stop_overshoot_margin: 0.5 # [m] overshoot margin for stuck, collision detection
use_intersection_area: false
path_interpolation_ds: 0.1 # [m]

consider_wrong_direction_vehicle: false
stuck_vehicle:
use_stuck_stopline: true # stopline generated before the first conflicting area
stuck_vehicle_detect_dist: 3.0 # this should be the length between cars when they are stopped. The actual stuck vehicle detection length will be this value + vehicle_length.
Expand Down

0 comments on commit 1a3cd22

Please sign in to comment.