Skip to content

Commit

Permalink
Merge pull request #641 from tier4/feat_set_ignore_distance_from_lane…
Browse files Browse the repository at this point in the history
…_end_to_0

feat(start_planner): set ignore distance from lane end to 0
  • Loading branch information
danielsanchezaran authored Oct 28, 2024
2 parents 7ebed15 + f7ddc73 commit e03324e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
max_back_distance: 20.0
backward_search_resolution: 2.0
backward_path_update_duration: 3.0
ignore_distance_from_lane_end: 15.0
ignore_distance_from_lane_end: 0.0
# turns signal
prepare_time_before_start: 0.0
# freespace planner
Expand Down

0 comments on commit e03324e

Please sign in to comment.