Skip to content

Commit

Permalink
Merge pull request #459 from tier4/hotfix/pr5156
Browse files Browse the repository at this point in the history
feat(intersection): use planned velocity from upstream modules (#597)
  • Loading branch information
takayuki5168 authored Sep 30, 2023
2 parents 4e61938 + f593998 commit 008316e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
collision_start_margin_time: 2.0
collision_end_margin_time: 0.0
keep_detection_vel_thr: 0.833 # == 3.0km/h. keep detection if ego is ego.vel < keep_detection_vel_thr
use_upstream_velocity: true # flag to use the planned velocity profile from the upstream module
minimum_upstream_velocity: 0.01 # [m/s] minimum velocity to avoid null division for the stop line from the upstream velocity

occlusion:
enable: false
Expand Down

0 comments on commit 008316e

Please sign in to comment.