Skip to content

Commit

Permalink
Merge pull request autowarefoundation#364 from tier4/feat/shorten-the…
Browse files Browse the repository at this point in the history
…-distance-margin-and-stop-time-for-walkway

feat(behavior_velocity_planner): shorten the distance margin and stop time for walkway
  • Loading branch information
mkuri authored Aug 21, 2023
2 parents 3851f70 + 57e79a2 commit ff6ea07
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
pedestrian: true # [-] whether to look and stop by PEDESTRIAN objects

walkway:
stop_duration_sec: 1.0 # [s] stop time at stop position
stop_line_distance: 0.5 # [m] make stop line away from crosswalk when no explicit stop line exists
stop_duration_sec: 0.1 # [s] stop time at stop position
stop_line_distance: 0.0 # [m] make stop line away from crosswalk when no explicit stop line exists

0 comments on commit ff6ea07

Please sign in to comment.