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_planner/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,8 @@ Behavior Path Planner has following scene modules
32
32
| Avoidance By Lane Change | this module generates lane change path when there is objects that should be avoid. |[LINK](../behavior_path_avoidance_by_lane_change_module/README.md)|
33
33
| Lane Change | this module is performed when it is necessary and a collision check with other vehicles is cleared. |[LINK](../behavior_path_lane_change_module/README.md)|
34
34
| External Lane Change | WIP | LINK |
35
-
|Start Planner | this module is performed when ego-vehicle is in the road lane and goal is in the shoulder lane. ego-vehicle will stop at the goal. |[LINK](../behavior_path_goal_planner_module/README.md)|
36
-
|Goal Planner| this module is performed when ego-vehicle is stationary and footprint of ego-vehicle is included in shoulder lane. This module ends when ego-vehicle merges into the road. |[LINK](../behavior_path_start_planner_module/README.md)|
35
+
|Goal Planner| this module is performed when ego-vehicle is in the road lane and goal is in the shoulder lane. ego-vehicle will stop at the goal. |[LINK](../behavior_path_goal_planner_module/README.md)|
36
+
|Start Planner | this module is performed when ego-vehicle is stationary and footprint of ego-vehicle is included in shoulder lane. This module ends when ego-vehicle merges into the road. |[LINK](../behavior_path_start_planner_module/README.md)|
37
37
| Side Shift | (for remote control) shift the path to left or right according to an external instruction. |[LINK](../behavior_path_side_shift_module/README.md)|
0 commit comments