Skip to content

Commit

Permalink
feat(behavior_velocity_run_out): ignore momentary detection caused by…
Browse files Browse the repository at this point in the history
… false positive

Signed-off-by: Tomohito Ando <[email protected]>
  • Loading branch information
TomohitoAndo committed Oct 20, 2023
1 parent 9d9eb33 commit 95d8f83
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,8 @@
enable: true
max_jerk: -0.7 # [m/s^3] minimum jerk deceleration for safe brake.
max_acc : -2.0 # [m/s^2] minimum accel deceleration for safe brake.

# prevent abrupt stops caused by false positives in perception
ignore_momentary_detection:
enable: true
time_threshold: 0.15 # [sec] ignores detections that persist for less than this duration

0 comments on commit 95d8f83

Please sign in to comment.