Skip to content

Commit

Permalink
feat(crosswalk): ignore predicted path going across the crosswalk (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
soblin authored Dec 15, 2023
1 parent 33b12ba commit 304ffb4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
# param for target object filtering
object_filtering:
crosswalk_attention_range: 1.0 # [m] the detection area is defined as -X meters before the crosswalk to +X meters behind the crosswalk
vehicle_object_cross_angle_threshold: 0.5 # [rad] threshold judging object is crossing walkway as a pedestrian or passing over as a vehicle
target_object:
unknown: true # [-] whether to look and stop by UNKNOWN objects
bicycle: true # [-] whether to look and stop by BICYCLE objects
Expand Down

0 comments on commit 304ffb4

Please sign in to comment.