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/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/run_out.param.yaml
+3-3
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
ego_cut_line_length: 3.0# The width of the ego's cut line
18
18
ego_footprint_extra_margin: 0.5# [m] expand the ego vehicles' footprint by this value on all sides when building the ego footprint path
19
19
keep_obstacle_on_path_time_threshold: 1.0# [s] How much time a previous run out target obstacle is kept in the run out candidate list if it enters the ego path.
20
-
keep_stop_point_time: 1.0# [s] If a stop point is issued by this module, keep the stop point for this many seconds. Only works if approach is disabled
20
+
keep_stop_point_time: 2.0# [s] If a stop point is issued by this module, keep the stop point for this many seconds. Only works if approach is disabled
21
21
22
22
# Parameter to create abstracted dynamic obstacles
23
23
dynamic_obstacle:
@@ -29,7 +29,7 @@
29
29
std_dev_multiplier: 1.96# [-] min and max velocity of the obstacles are calculated from this value and covariance
30
30
diameter: 0.1# [m] diameter of obstacles. used for creating dynamic obstacles from points
31
31
height: 2.0# [m] height of obstacles. used for creating dynamic obstacles from points
32
-
max_prediction_time: 3.0# [sec] create predicted path until this time
32
+
max_prediction_time: 7.0# [sec] create predicted path until this time
33
33
time_step: 0.5# [sec] time step for each path step. used for creating dynamic obstacles from points or objects without path
34
34
points_interval: 0.1# [m] divide obstacle points into groups with this interval, and detect only lateral nearest point. used only for Points method
35
35
@@ -44,7 +44,7 @@
44
44
# Parameter to prevent abrupt stops caused by false positives in perception
45
45
ignore_momentary_detection:
46
46
enable: true
47
-
time_threshold: 0.5# [sec] ignores detections that persist for less than this duration
47
+
time_threshold: 0.15# [sec] ignores detections that persist for less than this duration
48
48
49
49
# Typically used when the "detection_method" is set to ObjectWithoutPath or Points
50
50
# Approach if the ego has stopped in front of the obstacle for a certain period
0 commit comments