We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f02d6a commit e0e9fcfCopy full SHA for e0e9fcf
planning/behavior_path_planner/src/utils/avoidance/utils.cpp
@@ -855,6 +855,10 @@ void filterTargetObjects(
855
using lanelet::geometry::toArcCoordinates;
856
using lanelet::utils::to2D;
857
858
+ if (data.current_lanelets.empty()) {
859
+ return;
860
+ }
861
+
862
const auto & rh = planner_data->route_handler;
863
const auto & path_points = data.reference_path_rough.points;
864
const auto & ego_pos = planner_data->self_odometry->pose.pose.position;
0 commit comments