Skip to content

Commit

Permalink
fix(intersection): lower state_transit_margi_time to 0
Browse files Browse the repository at this point in the history
Signed-off-by: Mamoru Sobue <[email protected]>
  • Loading branch information
soblin committed Oct 16, 2023
1 parent 307dc94 commit 78cf907
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
distance_thr: 1.0 # [m]

collision_detection:
state_transit_margin_time: 1.0
state_transit_margin_time: 0.0
min_predicted_path_confidence: 0.05
minimum_ego_predicted_velocity: 1.388 # [m/s]
fully_prioritized:
Expand Down

0 comments on commit 78cf907

Please sign in to comment.