Skip to content

Commit

Permalink
disable 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 13b7a2e commit 4402b44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion autoware_launch/config/planning/preset/default_preset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ launch:
default: "false"
- arg:
name: launch_run_out_module
default: "false"
default: "true"
- 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: true
enable_debug_info: false
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: 1
successive_num_to_exit_dynamic_avoidance_condition: 0
successive_num_to_entry_dynamic_avoidance_condition: 5
successive_num_to_exit_dynamic_avoidance_condition: 1

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 4402b44

Please sign in to comment.