Skip to content

Commit a96fff6

Browse files
satoshi-otashmpwk
andauthored
fix: parameter description
Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com>
1 parent 0ff9c56 commit a96fff6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

planning/behavior_path_avoidance_module/config/avoidance.param.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,9 @@
208208
max_right_shift_length: 5.0
209209
max_left_shift_length: 5.0
210210
max_deviation_from_lane: 0.5 # [m]
211-
# approve next shift line after reaching this percentage of current shift line length.
212-
# this param is added so that it can wait return shift approval until the behind occlusion of avoid target is clear.
213-
# it's able to disable this feature by setting this param 0.0.
211+
# approve the next shift line after reaching this percentage of the current shift line length.
212+
# this parameter is added to allow waiting for the return of shift approval until the occlusion behind the avoid target is clear.
213+
# this feature can be disabled by setting this parameter to 0.0.
214214
ratio_for_return_shift_approval: 0.5 # [-]
215215
# avoidance distance parameters
216216
longitudinal:

0 commit comments

Comments
 (0)