Skip to content

Commit

Permalink
Merge pull request autowarefoundation#595 from tier4/hotfix/pr492
Browse files Browse the repository at this point in the history
feat(intersection_occlusion): ignore occlusion behind parked vehicles on the attention lane (autowarefoundation#492)
  • Loading branch information
1222-takeshi authored Aug 14, 2023
2 parents edcd16f + 7bdc8a1 commit a3b7297
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ros__parameters:
intersection:
common:
attention_area_margin: 0.5 # [m]
attention_area_margin: 0.75 # [m]
attention_area_length: 200.0 # [m]
attention_area_angle_threshold: 0.785 # [rad]
stop_line_margin: 3.0
Expand Down Expand Up @@ -46,7 +46,8 @@
min_vehicle_brake_for_rss: -2.5 # [m/s^2]
max_vehicle_velocity_for_rss: 16.66 # [m/s] == 60kmph
denoise_kernel: 1.0 # [m]
possible_object_bbox: [1.0, 2.0] # [m x m]
possible_object_bbox: [1.5, 2.5] # [m x m]
ignore_parked_vehicle_speed_threshold: 0.8333 # == 3.0km/h

enable_rtc:
intersection: true # If set to true, the scene modules require approval from the rtc (request to cooperate) function. If set to false, the modules can be executed without requiring rtc approval
Expand Down

0 comments on commit a3b7297

Please sign in to comment.