Skip to content

Commit

Permalink
fix(planning_launch): change minimum prepare length (#307)
Browse files Browse the repository at this point in the history
Signed-off-by: yutaka <[email protected]>
  • Loading branch information
purewater0901 authored Apr 20, 2023
1 parent b3fdc04 commit 345f2d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
lane_change:
prepare_duration: 4.0 # [s]

minimum_prepare_length: 2.0 # [m]
minimum_prepare_length: 10.0 # [m]
minimum_lane_changing_length: 16.5 # [m]
backward_length_buffer_for_end_of_lane: 3.0 # [m]
lane_change_finish_judge_buffer: 2.0 # [m]
Expand Down

0 comments on commit 345f2d9

Please sign in to comment.