Skip to content

Commit

Permalink
feat(intersection): force stop if approached collision stop line
Browse files Browse the repository at this point in the history
Signed-off-by: Mamoru Sobue <[email protected]>
  • Loading branch information
soblin committed Oct 27, 2023
1 parent 262a774 commit f656ba1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
object_expected_deceleration: 2.0 # [m/ss]
ignore_on_red_traffic_light:
object_margin_to_path: 2.0
force_stop: # insert zero velocity to entire path points when approached stop line
enable: false
distance_margin_to_stop_line: 0.5 # [m]

occlusion:
enable: false
Expand Down

0 comments on commit f656ba1

Please sign in to comment.