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
autowarefoundation#531)

feat(behavior_velocity_run_out): ignore momentary detection caused by false positive (autowarefoundation#647)

* feat(behavior_velocity_run_out): ignore momentary detection caused by false positive



* style(pre-commit): autofix

---------

Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
Co-authored-by: Tomohito ANDO <tomohito.ando@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 31, 2023
1 parent 469128a commit e04b1f5
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: false
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 e04b1f5

Please sign in to comment.