Skip to content

Commit a84f014

Browse files
authored
feat(dynamic_obstacle_avoidance): shorter predicted path for pedestrians (#1084)
1 parent edb9558 commit a84f014

File tree

1 file changed

+1
-1
lines changed
  • autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/autoware_behavior_path_dynamic_obstacle_avoidance_module

1 file changed

+1
-1
lines changed

autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/autoware_behavior_path_dynamic_obstacle_avoidance_module/dynamic_obstacle_avoidance.param.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
lat_offset_from_obstacle: 1.0 # [m]
5959
margin_distance_around_pedestrian: 2.0 # [m]
6060
predicted_path:
61-
end_time_to_consider: 3.0 # [s]
61+
end_time_to_consider: 2.0 # [s]
6262
threshold_confidence: 0.0 # [] not probability
6363
max_lat_offset_to_avoid: 0.5 # [m]
6464
max_time_for_object_lat_shift: 0.0 # [s]

0 commit comments

Comments
 (0)