Skip to content

Commit

Permalink
refactor(lane_change): rename prepare_segment_ignore_object_velocity_…
Browse files Browse the repository at this point in the history
…thresh (#1125)

change parameter name to a more expressive one

Signed-off-by: Zulfaqar Azmi <[email protected]>
  • Loading branch information
zulfaqar-azmi-t4 authored Aug 21, 2024
1 parent 7eb7563 commit 57c4dd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
general_lanes: false
intersection: true
turns: true
prepare_segment_ignore_object_velocity_thresh: 0.1 # [m/s]
stopped_object_velocity_threshold: 1.0 # [m/s]
check_objects_on_current_lanes: false
check_objects_on_other_lanes: false
use_all_predicted_path: false
Expand Down

0 comments on commit 57c4dd4

Please sign in to comment.