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/autoware_behavior_path_avoidance_by_lane_change_module/include/autoware_behavior_path_avoidance_by_lane_change_module/interface.hpp
Copy file name to clipboardexpand all lines: planning/autoware_behavior_path_avoidance_by_lane_change_module/include/autoware_behavior_path_avoidance_by_lane_change_module/manager.hpp
Copy file name to clipboardexpand all lines: planning/autoware_behavior_path_avoidance_by_lane_change_module/include/autoware_behavior_path_avoidance_by_lane_change_module/scene.hpp
Copy file name to clipboardexpand all lines: planning/autoware_behavior_path_avoidance_by_lane_change_module/test/test_behavior_path_planner_node_interface.cpp
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Behavior Path Planner has following scene modules
29
29
| Lane Following | this module generates reference path from lanelet centerline. | LINK |
30
30
| Static Obstacle Avoidance | this module generates avoidance path when there is objects that should be avoid. |[LINK](../autoware_behavior_path_static_obstacle_avoidance_module/README.md)|
| 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)|
32
+
| Avoidance By Lane Change | this module generates lane change path when there is objects that should be avoid. |[LINK](../autoware_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
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)|
0 commit comments