Skip to content

Commit

Permalink
fix(lane_change): skip generating path if longitudinal distance diffe…
Browse files Browse the repository at this point in the history
…rence is less than threshold (#1108)

add skip process lon dist diff threshold

Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
  • Loading branch information
zulfaqar-azmi-t4 authored Aug 13, 2024
1 parent c56b766 commit ab654e6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
min_longitudinal_acc: -1.0
max_longitudinal_acc: 1.0

skip_process:
longitudinal_distance_diff_threshold:
prepare: 1.0
lane_changing: 1.0

# safety check
safety_check:
allow_loose_check_for_cancel: true
Expand Down

0 comments on commit ab654e6

Please sign in to comment.