Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Takagi <[email protected]>
  • Loading branch information
yuki-takagi-66 committed Mar 29, 2024
1 parent fbb9930 commit 13b7a2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions autoware_launch/config/planning/preset/default_preset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ launch:
default: "true"
- arg:
name: launch_avoidance_by_lane_change_module
default: "true"
default: "true" #?
- arg:
name: launch_dynamic_avoidance_module
default: "true"
Expand Down Expand Up @@ -70,7 +70,7 @@ launch:
default: "false"
- arg:
name: launch_run_out_module
default: "true"
default: "false"
- arg:
name: launch_speed_bump_module
default: "false"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ros__parameters:
dynamic_avoidance:
common:
enable_debug_info: false
enable_debug_info: true
use_hatched_road_markings: true

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

successive_num_to_entry_dynamic_avoidance_condition: 5
successive_num_to_exit_dynamic_avoidance_condition: 1
successive_num_to_entry_dynamic_avoidance_condition: 1
successive_num_to_exit_dynamic_avoidance_condition: 0

min_obj_lat_offset_to_ego_path: 0.0 # [m]
max_obj_lat_offset_to_ego_path: 1.0 # [m]
Expand Down

0 comments on commit 13b7a2e

Please sign in to comment.