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/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/pull_over_planner_base.hpp
+93-29
Original file line number
Diff line number
Diff line change
@@ -52,41 +52,29 @@ struct PullOverPath
52
52
size_t goal_id{};
53
53
size_t id{};
54
54
bool decided_velocity{false};
55
-
double max_curvature{0.0}; // max curvature of the parking path
56
55
57
-
PathWithLaneId getFullPath() const
56
+
/**
57
+
* @brief Set paths and start/end poses
58
+
* By setting partial_paths, full_path, parking_path and curvature are also set at the same time
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
+1
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ using geometry_msgs::msg::Twist;
42
42
using tier4_planning_msgs::msg::PathWithLaneId;
43
43
using visualization_msgs::msg::Marker;
44
44
using visualization_msgs::msg::MarkerArray;
45
+
using Shape = autoware_perception_msgs::msg::Shape;
45
46
using Polygon2d = autoware::universe_utils::Polygon2d;
0 commit comments