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 <[email protected]>
  • Loading branch information
zulfaqar-azmi-t4 committed Aug 13, 2024
1 parent b07b8a7 commit de5dde8
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 de5dde8

Please sign in to comment.