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
-4
Original file line number
Diff line number
Diff line change
@@ -89,10 +89,6 @@ The `StartPlannerModule` is designed to initiate its execution based on specific
89
89
90
90
5.**Goal behind in same route segment**: The module will not initiate if the goal position is behind the ego vehicle within the same route segment. This condition is checked to avoid complications with planning routes that require the vehicle to move backward on its current path, which is currently not supported.
91
91
92
-
These conditions are evaluated to ensure that the `StartPlannerModule` only initiates under safe and necessary circumstances, optimizing route planning efficiency and safety.
93
-
94
-
In summary, the `StartPlannerModule` will initiate if **none** of these conditions apply, ensuring that the module starts only when it is safe and necessary to do so.
95
-
96
92
### **End Conditions**
97
93
98
94
The `StartPlannerModule` terminates if the pull out / freespace maneuver has been completed. The `canTransitSuccessState` function assesses these conditions to decide if the module should terminate its execution.
0 commit comments