Skip to content

Commit 33bb24c

Browse files
authored
docs(behavior_path_planner): fix start and goal planner links (#7069)
Update README.md
1 parent 8bbc8ff commit 33bb24c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

planning/behavior_path_planner/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Behavior Path Planner has following scene modules
3232
| 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) |
3333
| 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) |
3434
| 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) |
3737
| 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) |
3838

3939
!!! Note

0 commit comments

Comments
 (0)