Skip to content

Commit 57c7883

Browse files
update documentation
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
1 parent d460bca commit 57c7883

File tree

1 file changed

+11
-10
lines changed
  • planning/behavior_path_start_planner_module

1 file changed

+11
-10
lines changed

planning/behavior_path_start_planner_module/README.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -433,16 +433,17 @@ Pull out distance is calculated by the speed, lateral deviation, and the lateral
433433

434434
#### parameters for shift pull out
435435

436-
| Name | Unit | Type | Description | Default value |
437-
| :------------------------------ | :----- | :----- | :------------------------------------------------------------------------------------------------------------------- | :------------ |
438-
| enable_shift_pull_out | [-] | bool | flag whether to enable shift pull out | true |
439-
| check_shift_path_lane_departure | [-] | bool | flag whether to check if shift path footprints are out of lane | false |
440-
| shift_pull_out_velocity | [m/s] | double | velocity of shift pull out | 2.0 |
441-
| pull_out_sampling_num | [-] | int | Number of samplings in the minimum to maximum range of lateral_jerk | 4 |
442-
| maximum_lateral_jerk | [m/s3] | double | maximum lateral jerk | 2.0 |
443-
| minimum_lateral_jerk | [m/s3] | double | minimum lateral jerk | 0.1 |
444-
| minimum_shift_pull_out_distance | [m] | double | minimum shift pull out distance. if calculated pull out distance is shorter than this, use this for path generation. | 0.0 |
445-
| maximum_curvature | [m] | double | maximum curvature. The pull out distance is calculated so that the curvature is smaller than this value. | 0.07 |
436+
| Name | Unit | Type | Description | Default value |
437+
| :--------------------------------------------- | :----- | :----- | :------------------------------------------------------------------------------------------------------------------- | :------------ |
438+
| enable_shift_pull_out | [-] | bool | flag whether to enable shift pull out | true |
439+
| check_shift_path_lane_departure | [-] | bool | flag whether to check if shift path footprints are out of lane | true |
440+
| allow_check_shift_path_lane_departure_override | [-] | bool | flag to override/cancel lane departure check if the ego vehicle's starting pose is already out of lane | false |
441+
| shift_pull_out_velocity | [m/s] | double | velocity of shift pull out | 2.0 |
442+
| pull_out_sampling_num | [-] | int | Number of samplings in the minimum to maximum range of lateral_jerk | 4 |
443+
| maximum_lateral_jerk | [m/s3] | double | maximum lateral jerk | 2.0 |
444+
| minimum_lateral_jerk | [m/s3] | double | minimum lateral jerk | 0.1 |
445+
| minimum_shift_pull_out_distance | [m] | double | minimum shift pull out distance. if calculated pull out distance is shorter than this, use this for path generation. | 0.0 |
446+
| maximum_curvature | [m] | double | maximum curvature. The pull out distance is calculated so that the curvature is smaller than this value. | 0.07 |
446447

447448
### **geometric pull out**
448449

0 commit comments

Comments
 (0)