Skip to content

Commit

Permalink
fix(object_lanelet_filter): radar object lanelet filter parameter upd…
Browse files Browse the repository at this point in the history
…ate (autowarefoundation#1032)

fix: radar object lanelet filter parameter update



fix

Signed-off-by: Taekjin LEE <[email protected]>
  • Loading branch information
technolojin authored Jun 20, 2024
1 parent 68caaa8 commit 24e819d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
filter_settings:
# polygon overlap based filter
polygon_overlap_filter:
enabled: true
enabled: true
# velocity direction based filter
lanelet_direction_filter:
enabled: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,13 @@
MOTORCYCLE : true
BICYCLE : true
PEDESTRIAN : true

filter_settings:
# polygon overlap based filter
polygon_overlap_filter:
enabled: true
# velocity direction based filter
lanelet_direction_filter:
enabled: false
velocity_yaw_threshold: 0.785398 # [rad] (45 deg)
object_speed_threshold: 3.0 # [m/s]

0 comments on commit 24e819d

Please sign in to comment.