Skip to content

Commit daf67dd

Browse files
committed
enable intersection occlusion
Signed-off-by: t4-adc <grp-rd-1-adc-admin@tier4.jp>
1 parent e06b167 commit daf67dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

autoware_launch/config/planning/preset/default_preset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ launch:
100100

101101
- arg:
102102
name: motion_stop_planner_type
103-
default: obstacle_stop_planner
103+
default: obstacle_cruise_planner
104104
# option: obstacle_stop_planner
105105
# obstacle_cruise_planner
106106
# none

autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/intersection.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
object_time_margin_to_collision_point: 4.0
9090

9191
occlusion:
92-
enable: false
92+
enable: true
9393
occlusion_attention_area_length: 70.0
9494
free_space_max: 43
9595
occupied_min: 58

autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/obstacle_cruise_planner/obstacle_cruise_planner.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
idling_time: 2.0 # idling time to detect front vehicle starting deceleration [s]
1313
min_ego_accel_for_rss: -1.0 # ego's acceleration to calculate RSS distance [m/ss]
1414
min_object_accel_for_rss: -1.0 # front obstacle's acceleration to calculate RSS distance [m/ss]
15-
safe_distance_margin : 6.0 # This is also used as a stop margin [m]
15+
safe_distance_margin : 5.0 # This is also used as a stop margin [m]
1616
terminal_safe_distance_margin : 3.0 # Stop margin at the goal. This value cannot exceed safe distance margin. [m]
1717
hold_stop_velocity_threshold: 0.01 # The maximum ego velocity to hold stopping [m/s]
1818
hold_stop_distance_threshold: 0.3 # The ego keeps stopping if the distance to stop changes within the threshold [m]

0 commit comments

Comments
 (0)