Skip to content

Commit b66ed88

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

autoware_launch/config/planning/preset/default_preset.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ launch:
55
default: "true"
66
- arg:
77
name: launch_avoidance_by_lane_change_module
8-
default: "true"
8+
default: "true" #?
99
- arg:
1010
name: launch_dynamic_avoidance_module
1111
default: "true"
@@ -70,7 +70,7 @@ launch:
7070
default: "false"
7171
- arg:
7272
name: launch_run_out_module
73-
default: "true"
73+
default: "false"
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: false
5+
enable_debug_info: true
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: 5
23-
successive_num_to_exit_dynamic_avoidance_condition: 1
22+
successive_num_to_entry_dynamic_avoidance_condition: 1
23+
successive_num_to_exit_dynamic_avoidance_condition: 0
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)