Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

chore: sync awf/autoware_launch #843

Merged
merged 6 commits into from
Mar 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
155 changes: 0 additions & 155 deletions .github/sync-param-files.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/sync-param-files.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@

# For safety check
safety_check:
safety_check_backward_distance: 50.0 # [m]
safety_check_time_horizon: 10.0 # [s]
safety_check_idling_time: 1.5 # [s]
safety_check_accel_for_rss: 2.5 # [m/ss]
safety_check_hysteresis_factor: 2.0 # [-]
safety_check_backward_distance: 100.0 # [m]
safety_check_time_horizon: 10.0 # [s]
safety_check_idling_time: 1.5 # [s]
safety_check_accel_for_rss: 2.5 # [m/ss]
safety_check_hysteresis_factor: 2.0 # [-]

# For avoidance maneuver
avoidance:
Expand All @@ -68,7 +68,7 @@
lateral_collision_margin: 1.0 # [m]
lateral_collision_safety_buffer: 0.7 # [m]
lateral_passable_safety_buffer: 0.0 # [m]
road_shoulder_safety_margin: 0.0 # [m]
road_shoulder_safety_margin: 0.3 # [m]
avoidance_execution_lateral_threshold: 0.499
max_right_shift_length: 5.0
max_left_shift_length: 5.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,17 @@

rear_vehicle_reaction_time: 2.0
rear_vehicle_safety_time_margin: 1.0

# USE ONLY WHEN THE OPTION COMPILE_WITH_OLD_ARCHITECTURE IS SET TO FALSE.
# https://github.com/autowarefoundation/autoware.universe/blob/main/planning/behavior_path_planner/CMakeLists.txt
pull_out:
enable_module: true
enable_simultaneous_execution: false
priority: 1
max_module_size: 1

side_shift:
enable_module: true
enable_simultaneous_execution: false
priority: 0
max_module_size: 1
Loading