File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
planning/behavior_path_planner/autoware_behavior_path_start_planner_module Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments