Skip to content

Commit 9bcaac8

Browse files
update diagram
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
1 parent 343e212 commit 9bcaac8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

planning/behavior_path_lane_change_module/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The Lane Change module is activated when lane change is needed and can be safely
88
- Dashed lane marking: Lane changes are permitted in both directions.
99
- Dashed marking on the left and solid on the right: Lane changes are allowed from left to right.
1010
- Dashed marking on the right and solid on the left: Lane changes are allowed from right to left.
11+
- `allow_lane_change` tags is set as `true`
1112
- During lane change request condition
1213
- The ego-vehicle isn’t on a `preferred_lane`.
1314
- There is neither intersection nor crosswalk on the path of the lane change
@@ -179,8 +180,8 @@ lateral_acceleration_resolution = (maximum_lateral_acceleration - minimum_latera
179180
A candidate path is considered valid if it meets the following criteria:
180181

181182
1. The distance from the ego vehicle's current position to the end of the current lanes is sufficient to perform a single lane change.
182-
2. The distance from the ego vehicle's current position to the goal, if within the current lanes, allows for multiple lane changes.
183-
3. The distance from the ego vehicle's current position to the end of the target lanes is adequate for executing multiple lane changes, regardless of whether the goal is within the current lanes.
183+
2. The distance from the ego vehicle's current position to the goal along the current lanes is adequate to complete multiple lane changes.
184+
3. The distance from the ego vehicle's current position to the end of the target lanes is adequate for completing multiple lane changes.
184185
4. Intersection requirements are met (conditions are parameterized).
185186
5. Crosswalk requirements are satisfied (conditions are parameterized).
186187
6. Traffic light regulations are adhered to (conditions are parameterized).
Loading

0 commit comments

Comments
 (0)