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_common/include/behavior_path_planner_common/utils/drivable_area_expansion/drivable_area_expansion.hpp
Copy file name to clipboardexpand all lines: planning/behavior_path_planner_common/include/behavior_path_planner_common/utils/drivable_area_expansion/parameters.hpp
Copy file name to clipboardexpand all lines: planning/behavior_path_planner_common/include/behavior_path_planner_common/utils/drivable_area_expansion/path_projection.hpp
+5-13
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,6 @@
26
26
namespacedrivable_area_expansion
27
27
{
28
28
/// @brief project a point to a segment
29
-
/// @details the distance is signed based on the side of the point: left=positive, right=negative
Copy file name to clipboardexpand all lines: planning/behavior_path_planner_common/include/behavior_path_planner_common/utils/drivable_area_expansion/types.hpp
+20-6
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,9 @@
24
24
25
25
#include<boost/geometry/index/rtree.hpp>
26
26
27
+
#include<optional>
28
+
#include<vector>
29
+
27
30
namespacedrivable_area_expansion
28
31
{
29
32
using autoware_auto_perception_msgs::msg::PredictedObjects;
@@ -45,16 +48,27 @@ using SegmentRtree = boost::geometry::index::rtree<Segment2d, boost::geometry::i
0 commit comments