Skip to content

Commit a2b589a

Browse files
committed
update readme
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
1 parent fa4fc53 commit a2b589a

File tree

1 file changed

+12
-12
lines changed
  • planning/behavior_path_planner/autoware_behavior_path_start_planner_module

1 file changed

+12
-12
lines changed

planning/behavior_path_planner/autoware_behavior_path_start_planner_module/README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -469,18 +469,18 @@ Pull out distance is calculated by the speed, lateral deviation, and the lateral
469469

470470
#### parameters for shift pull out
471471

472-
| Name | Unit | Type | Description | Default value |
473-
| :--------------------------------------------- | :----- | :----- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :------------ |
474-
| enable_shift_pull_out | [-] | bool | flag whether to enable shift pull out | true |
475-
| check_shift_path_lane_departure | [-] | bool | flag whether to check if shift path footprints are out of lane | true |
476-
| 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 |
477-
| shift_pull_out_velocity | [m/s] | double | velocity of shift pull out | 2.0 |
478-
| pull_out_sampling_num | [-] | int | Number of samplings in the minimum to maximum range of lateral_jerk | 4 |
479-
| maximum_lateral_jerk | [m/s3] | double | maximum lateral jerk | 2.0 |
480-
| minimum_lateral_jerk | [m/s3] | double | minimum lateral jerk | 0.1 |
481-
| 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 |
482-
| maximum_curvature | [1/m] | double | maximum curvature. Calculate the required pull out distance from this maximum curvature, assuming the reference path is considered a straight line and shifted by two approximate arcs. This does not compensate for curvature in a shifted path or curve. | 0.07 |
483-
| end_pose_curvature_threshold | [1/m] | double | The curvature threshold which is used for calculating the longitudinal distance of shift. The shift end pose is shifted forward so that curvature on shift end pose is less than this value. This is to prevent the generated path from having a large curvature when the end pose is on a curve. If a shift end pose with a curvature below the threshold is not found, the longitudinal distance is used as the distance to the point with the lowest curvature among the points beyond a certain distance. | 0.01 |
472+
| Name | Unit | Type | Description | Default value |
473+
| :--------------------------------------------- | :----- | :----- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------ |
474+
| enable_shift_pull_out | [-] | bool | flag whether to enable shift pull out | true |
475+
| check_shift_path_lane_departure | [-] | bool | flag whether to check if shift path footprints are out of lane | true |
476+
| 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 |
477+
| shift_pull_out_velocity | [m/s] | double | velocity of shift pull out | 2.0 |
478+
| pull_out_sampling_num | [-] | int | Number of samplings in the minimum to maximum range of lateral_jerk | 4 |
479+
| maximum_lateral_jerk | [m/s3] | double | maximum lateral jerk | 2.0 |
480+
| minimum_lateral_jerk | [m/s3] | double | minimum lateral jerk | 0.1 |
481+
| 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 |
482+
| maximum_curvature | [1/m] | double | maximum curvature. Calculate the required pull out distance from this maximum curvature, assuming the reference path is considered a straight line and shifted by two approximate arcs. This does not compensate for curvature in a shifted path or curve. | 0.07 |
483+
| end_pose_curvature_threshold | [1/m] | double | The curvature threshold which is used for calculating the shift pull out distance. The shift end pose is shifted forward so that curvature on shift end pose is less than this value. This is to prevent the generated path from having a large curvature when the end pose is on a curve. If a shift end pose with a curvature below the threshold is not found, the shift pull out distance is used as the distance to the point with the lowest curvature among the points beyond a certain distance. | 0.01 |
484484

485485
### **geometric pull out**
486486

0 commit comments

Comments
 (0)