You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: planning/behavior_path_start_planner_module/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ Here's the expression of the steps start pose searching steps, considering the t
183
183
184
184
-**Collision check performed range**: Safety checks for collisions with dynamic objects are conducted within the defined boundaries between the start and end points of each maneuver, ensuring there is no overlap with the road lane's centerline. This is to avoid hindering the progress of following vehicles.
185
185
186
-
-**Collision response policy**: Should a collision with dynamic objects be detected along the generated path, departure is not permitted if detection occurs before movement. If the vehicle has already commenced movement, an attempt to stop will be made, provided it's feasible within the braking constraints and without crossing the travel lane's centerline.
186
+
-**Collision response policy**: Should a collision with dynamic objects be detected along the generated path, deactivate module decision is registered if collision detection occurs before departure. If the vehicle has already commenced movement, an attempt to stop will be made, provided it's feasible within the braking constraints and without crossing the travel lane's centerline.
187
187
188
188
```plantuml
189
189
@startuml
@@ -192,7 +192,7 @@ start
192
192
193
193
if (Collision with dynamic objects detected?) then (yes)
194
194
if (Before departure?) then (yes)
195
-
:Departure not permitted;
195
+
:Deactivate module decision is registered;
196
196
else (no)
197
197
if (Can stop within constraints \n && \n no crossing centerline?) then (yes)
198
198
:Stop;
@@ -225,7 +225,7 @@ The system operates distinctly under manual and auto mode, especially concerning
225
225
226
226
#### Forward driving
227
227
228
-
-**Start approval required**: Even if a route is generated, approval is required to initiate movement. If a dynamic object poses a risk, such as an approaching vehicle from behind, candidate routes may be displayed, but approval is not granted.
228
+
-**Start approval required**: Even if a route is generated, approval is required to initiate movement. If a dynamic object poses a risk, such as an approaching vehicle from behind, candidate routes may be displayed, but approval is necessary for departure.
0 commit comments