Skip to content

Commit 56142da

Browse files
Merge pull request #574 from tier4/sync-awf-latest
chore: sync awf-latest
2 parents 07a1447 + 892f44b commit 56142da

File tree

1 file changed

+8
-8
lines changed
  • autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module

1 file changed

+8
-8
lines changed

autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/static_obstacle_avoidance.param.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -23,44 +23,44 @@
2323
th_moving_time: 2.0 # [s]
2424
longitudinal_margin: 0.0 # [m]
2525
lateral_margin:
26-
soft_margin: 0.3 # [m]
26+
soft_margin: 0.7 # [m]
2727
hard_margin: 0.2 # [m]
2828
hard_margin_for_parked_vehicle: 0.7 # [m]
2929
max_expand_ratio: 0.0 # [-] FOR DEVELOPER
30-
envelope_buffer_margin: 0.5 # [m] FOR DEVELOPER
30+
envelope_buffer_margin: 0.1 # [m] FOR DEVELOPER
3131
th_error_eclipse_long_radius : 0.6 # [m]
3232
truck:
3333
th_moving_speed: 1.0
3434
th_moving_time: 2.0
3535
longitudinal_margin: 0.0
3636
lateral_margin:
37-
soft_margin: 0.3
37+
soft_margin: 0.7
3838
hard_margin: 0.2
3939
hard_margin_for_parked_vehicle: 0.7
4040
max_expand_ratio: 0.0
41-
envelope_buffer_margin: 0.5
41+
envelope_buffer_margin: 0.1
4242
th_error_eclipse_long_radius : 0.6
4343
bus:
4444
th_moving_speed: 1.0
4545
th_moving_time: 2.0
4646
longitudinal_margin: 0.0
4747
lateral_margin:
48-
soft_margin: 0.3
48+
soft_margin: 0.7
4949
hard_margin: 0.2
5050
hard_margin_for_parked_vehicle: 0.7
5151
max_expand_ratio: 0.0
52-
envelope_buffer_margin: 0.5
52+
envelope_buffer_margin: 0.1
5353
th_error_eclipse_long_radius : 0.6
5454
trailer:
5555
th_moving_speed: 1.0
5656
th_moving_time: 2.0
5757
longitudinal_margin: 0.0
5858
lateral_margin:
59-
soft_margin: 0.3
59+
soft_margin: 0.7
6060
hard_margin: 0.2
6161
hard_margin_for_parked_vehicle: 0.7
6262
max_expand_ratio: 0.0
63-
envelope_buffer_margin: 0.5
63+
envelope_buffer_margin: 0.1
6464
th_error_eclipse_long_radius : 0.6
6565
unknown:
6666
th_moving_speed: 0.28

0 commit comments

Comments
 (0)