Skip to content

Commit

Permalink
feat(intersection): use planned velocity from upstream modules (autow…
Browse files Browse the repository at this point in the history
…arefoundation#597)

Signed-off-by: Mamoru Sobue <[email protected]>
  • Loading branch information
soblin committed Nov 17, 2023
1 parent ccd4e59 commit 6eede86
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
keep_detection_vel_thr: 1.5 # == 5.4km/h. keep detection if ego is ego.vel < keep_detection_vel_thr
ignore_on_amber_traffic_light:
object_expected_deceleration: 2.0 # [m/ss]
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: true
Expand Down

0 comments on commit 6eede86

Please sign in to comment.