Skip to content

Commit 940e5bd

Browse files
disable debug
Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
1 parent b66ed88 commit 940e5bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

autoware_launch/config/planning/preset/default_preset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ launch:
7070
default: "false"
7171
- arg:
7272
name: launch_run_out_module
73-
default: "false"
73+
default: "true"
7474
- arg:
7575
name: launch_speed_bump_module
7676
default: "false"

autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/dynamic_avoidance/dynamic_avoidance.param.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ros__parameters:
33
dynamic_avoidance:
44
common:
5-
enable_debug_info: true
5+
enable_debug_info: false
66
use_hatched_road_markings: true
77

88
# avoidance is performed for the object type with true
@@ -19,8 +19,8 @@
1919
max_obstacle_vel: 100.0 # [m/s]
2020
min_obstacle_vel: 0.0 # [m/s]
2121

22-
successive_num_to_entry_dynamic_avoidance_condition: 1
23-
successive_num_to_exit_dynamic_avoidance_condition: 0
22+
successive_num_to_entry_dynamic_avoidance_condition: 5
23+
successive_num_to_exit_dynamic_avoidance_condition: 1
2424

2525
min_obj_lat_offset_to_ego_path: 0.0 # [m]
2626
max_obj_lat_offset_to_ego_path: 1.0 # [m]

0 commit comments

Comments
 (0)