Skip to content

Commit

Permalink
set hysteresis-based obstacle moving classification
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp>
  • Loading branch information
danielsanchezaran committed Nov 13, 2023
1 parent aed0eec commit 6a26609
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@
min_ego_velocity: 1.0
max_ego_velocity: 2.0

moving_object_speed_threshold: 0.5 # [m/s] how fast the object needs to move to be considered as "moving"
moving_object_hysteresis_range: 0.1 # [m/s] hysteresis range used to prevent chattering when obstacle moves close to moving_object_speed_threshold

time_margin_on_target_velocity: 1.5 # [s]

Expand Down

0 comments on commit 6a26609

Please sign in to comment.