Skip to content

Commit 8bb6653

Browse files
rename
Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
1 parent e6a70e5 commit 8bb6653

File tree

1 file changed

+10
-10
lines changed
  • autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/dynamic_avoidance

1 file changed

+10
-10
lines changed

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

+10-10
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
max_overtaking_object_angle: 1.05
4141
min_oncoming_object_vel: 1.0
4242
max_oncoming_object_angle: 0.523
43-
max_pedestrians_crossing_vel: 1.5
43+
max_pedestrian_crossing_vel: 1.5
4444

4545
front_object:
4646
max_object_angle: 0.785
47-
min_object_vel: -0.5 # [m/s] The value is negative considering the noisy velocity of the stopped vehicle.
48-
max_ego_path_lat_cover_ratio: 0.3 # [-] The object will be ignored if the ratio of the object covering the ego's path is higher than this value.
47+
min_object_vel: -0.5 # [m/s] The value is negative considering the noisy velocity of the stopped vehicle.
48+
max_ego_path_lat_cover_ratio: 0.3 # [-] The object will be ignored if the ratio of the object covering the ego's path is higher than this value.
4949

5050
stopped_object:
5151
max_object_vel: 0.5 # [m/s] The object will be determined as stopped if the velocity is smaller than this value.
@@ -64,19 +64,19 @@
6464
max_time_for_object_lat_shift: 0.0 # [s]
6565
lpf_gain_for_lat_avoid_to_offset: 0.9 # [-]
6666

67-
max_ego_lat_acc: 0.3 # [m/ss]
68-
max_ego_lat_jerk: 0.3 # [m/sss]
69-
delay_time_ego_shift: 1.0 # [s]
67+
max_ego_lat_acc: 0.3 # [m/ss]
68+
max_ego_lat_jerk: 0.3 # [m/sss]
69+
delay_time_ego_shift: 1.0 # [s]
7070

7171
# for same directional object
7272
overtaking_object:
7373
max_time_to_collision: 40.0 # [s]
74-
start_duration_to_avoid: 1.0 # [s]
75-
end_duration_to_avoid: 1.0 # [s]
74+
start_duration_to_avoid: 1.0 # [s]
75+
end_duration_to_avoid: 1.0 # [s]
7676
duration_to_hold_avoidance: 3.0 # [s]
7777

7878
# for opposite directional object
7979
oncoming_object:
8080
max_time_to_collision: 40.0 # [s] This value should be the same as overtaking_object's one to suppress chattering of this value for parked vehicles
81-
start_duration_to_avoid: 1.0 # [s]
82-
end_duration_to_avoid: 0.0 # [s]
81+
start_duration_to_avoid: 1.0 # [s]
82+
end_duration_to_avoid: 0.0 # [s]

0 commit comments

Comments
 (0)