Skip to content

Commit

Permalink
feat(out_of_lane): add param for the min confidence of a predicted pa…
Browse files Browse the repository at this point in the history
…th (autowarefoundation#440)

Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com>
  • Loading branch information
maxime-clem and takayuki5168 committed Aug 1, 2023
1 parent 9a384c8 commit b9f7c0e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
minimum_velocity: 0.5 # [m/s] objects lower than this velocity will be ignored
use_predicted_paths: true # if true, use the predicted paths to estimate future positions.
# if false, assume the object moves at constant velocity along *all* lanelets it currently is located in.
predicted_path_min_confidence : 0.1 # when using predicted paths, ignore the ones whose confidence is lower than this value.

overlap:
minimum_distance: 0.0 # [m] minimum distance inside a lanelet for an overlap to be considered
Expand Down

0 comments on commit b9f7c0e

Please sign in to comment.