You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: autoware_launch/config/control/autoware_autonomous_emergency_braking/autonomous_emergency_braking.param.yaml
Copy file name to clipboardexpand all lines: autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/autoware_behavior_path_dynamic_obstacle_avoidance_module/dynamic_obstacle_avoidance.param.yaml
Copy file name to clipboardexpand all lines: autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/static_obstacle_avoidance.param.yaml
Copy file name to clipboardexpand all lines: autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/drivable_area_expansion.param.yaml
+1
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
enabled: true
11
11
print_runtime: false
12
12
max_expansion_distance: 0.0# [m] maximum distance by which the drivable area can be expended (0.0 means no limit)
13
+
min_bound_interval: 1.0# [m] minimum interval between two consecutive bound points (before expansion)
13
14
smoothing:
14
15
curvature_average_window: 3# window size used for smoothing the curvatures using a moving window average
15
16
max_bound_rate: 1.0# [m/m] maximum rate of change of the bound lateral distance over its arc length
Copy file name to clipboardexpand all lines: autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/goal_planner/goal_planner.param.yaml
Copy file name to clipboardexpand all lines: autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/start_planner/start_planner.param.yaml
Copy file name to clipboardexpand all lines: autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/crosswalk.param.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@
38
38
# params for the pass judge logic against the crosswalk users such as pedestrians or bicycles
39
39
pass_judge:
40
40
ego_pass_first_margin_x: [0.0] # [[s]] time to collision margin vector for ego pass first situation (the module judges that ego don't have to stop at TTC + MARGIN < TTV condition)
41
-
ego_pass_first_margin_y: [3.0] # [[s]] time to vehicle margin vector for ego pass first situation (the module judges that ego don't have to stop at TTC + MARGIN < TTV condition)
41
+
ego_pass_first_margin_y: [4.0] # [[s]] time to vehicle margin vector for ego pass first situation (the module judges that ego don't have to stop at TTC + MARGIN < TTV condition)
42
42
ego_pass_first_additional_margin: 0.5# [s] additional time margin for ego pass first situation to suppress chattering
43
43
ego_pass_later_margin_x: [0.0] # [[s]] time to vehicle margin vector for object pass first situation (the module judges that ego don't have to stop at TTV + MARGIN < TTC condition)
44
44
ego_pass_later_margin_y: [13.0] # [[s]] time to collision margin vector for object pass first situation (the module judges that ego don't have to stop at TTV + MARGIN < TTC condition)
Copy file name to clipboardexpand all lines: autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/motion_velocity_planner/out_of_lane.param.yaml
+3-1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@
20
20
predicted_path_min_confidence : 0.1# when using predicted paths, ignore the ones whose confidence is lower than this value.
21
21
distance_buffer: 1.0# [m] distance buffer used to determine if a collision will occur in the other lane
22
22
cut_predicted_paths_beyond_red_lights: true # if true, predicted paths are cut beyond the stop line of red traffic lights
23
+
ignore_behind_ego: false # if true, objects behind the ego vehicle are ignored
23
24
24
25
overlap:
25
26
minimum_distance: 0.0# [m] minimum distance inside a lanelet for an overlap to be considered
@@ -28,7 +29,8 @@
28
29
action: # action to insert in the path if an object causes a conflict at an overlap
29
30
skip_if_over_max_decel: true # if true, do not take an action that would cause more deceleration than the maximum allowed
30
31
precision: 0.1# [m] precision when inserting a stop pose in the path
31
-
distance_buffer: 1.5# [m] buffer distance to try to keep between the ego footprint and lane
32
+
longitudinal_distance_buffer: 1.5# [m] safety distance buffer to keep in front of the ego vehicle
33
+
lateral_distance_buffer: 1.0# [m] safety distance buffer to keep on the side of the ego vehicle
32
34
min_duration: 1.0# [s] minimum duration needed before a decision can be canceled
33
35
slowdown:
34
36
distance_threshold: 30.0# [m] insert a slowdown when closer than this distance from an overlap
0 commit comments