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 (autowarefoundation#1108)

add skip process lon dist diff threshold

Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
  • Loading branch information
zulfaqar-azmi-t4 authored and kyoichi-sugahara committed Aug 27, 2024
1 parent a8f010d commit e466efe
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 e466efe

Please sign in to comment.