Skip to content

Commit 57c4dd4

Browse files
refactor(lane_change): rename prepare_segment_ignore_object_velocity_thresh (autowarefoundation#1125)
change parameter name to a more expressive one Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
1 parent 7eb7563 commit 57c4dd4

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
general_lanes: false
9696
intersection: true
9797
turns: true
98-
prepare_segment_ignore_object_velocity_thresh: 0.1 # [m/s]
98+
stopped_object_velocity_threshold: 1.0 # [m/s]
9999
check_objects_on_current_lanes: false
100100
check_objects_on_other_lanes: false
101101
use_all_predicted_path: false

0 commit comments

Comments
 (0)