Skip to content

Commit f5c91ab

Browse files
docs: add description
Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
1 parent e8d0079 commit f5c91ab

File tree

1 file changed

+2
-0
lines changed
  • planning/behavior_path_planner/autoware_behavior_path_start_planner_module

1 file changed

+2
-0
lines changed

planning/behavior_path_planner/autoware_behavior_path_start_planner_module/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,8 @@ PullOutPath --o PullOutPlannerBase
372372
| object_types_to_check_for_path_generation.check_pedestrian | - | bool | flag to check pedestrian for path generation | true |
373373
| object_types_to_check_for_path_generation.check_unknown | - | bool | flag to check unknown for path generation | true |
374374
| center_line_path_interval | [m] | double | reference center line path point interval | 1.0 |
375+
| minimum_shift_length | [m] | double | the minimum required shift length for a clothoid path to be considered valid. | 0.5 |
376+
| turn_signal_on_centerline_start | - | string | default turn signal direction when pulling out from centerline | RIGHT |
375377

376378
| clothoid_initial_velocity | [m/s] | double | initial velocity for clothoid path | 1.0 |
377379
| clothoid_acceleration | [m/s²] | double | acceleration for clothoid path | 1.0 |

0 commit comments

Comments
 (0)