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/autoware_behavior_path_goal_planner_module/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ If the target path contains a goal, modify the points of the path so that the pa
107
107
- Route is set with `allow_goal_modification=true` .
108
108
- We can set this option with [SetRoute](https://github.com/autowarefoundation/autoware_adapi_msgs/blob/main/autoware_adapi_v1_msgs/routing/srv/SetRoute.srv#L2) api service.
109
109
- We support `2D Rough Goal Pose` with the key bind `r` in RViz, but in the future there will be a panel of tools to manipulate various Route API from RViz.
110
-
-ego-vehicle is in the same lane as the goal.
110
+
-The terminal point of the current path is in the same lane sequence as the goal. If goal is on the road shoulder, then it is in the adjacent road lane sequence.
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/include/autoware/behavior_path_goal_planner_module/goal_planner_module.hpp
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/include/autoware/behavior_path_goal_planner_module/goal_searcher.hpp
+5-5
Original file line number
Diff line number
Diff line change
@@ -31,13 +31,12 @@ class GoalSearcher : public GoalSearcherBase
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/include/autoware/behavior_path_goal_planner_module/goal_searcher_base.hpp
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/include/autoware/behavior_path_goal_planner_module/shift_pull_over.hpp
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ class ShiftPullOver : public PullOverPlannerBase
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/include/autoware/behavior_path_goal_planner_module/util.hpp
0 commit comments