Skip to content

Commit

Permalink
revert to use the 'using'
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Takagi <[email protected]>
  • Loading branch information
yuki-takagi-66 committed Jan 4, 2024
1 parent 90270fd commit 637dc6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ boost::optional<CrosswalkEdgePoints> isReachableCrosswalkEdgePoints(
};

std::vector<Point> points_of_intersect;
const boost::geometry::model::linestring<Point> line{p_src, p_dst};
const Line line{p_src, p_dst};

Check warning on line 472 in perception/map_based_prediction/src/map_based_prediction_node.cpp

View check run for this annotation

Codecov / codecov/patch

perception/map_based_prediction/src/map_based_prediction_node.cpp#L472

Added line #L472 was not covered by tests

for (const auto & lanelet : surrounding_lanelets) {
const lanelet::Attribute attr = lanelet.second.attribute(lanelet::AttributeName::Subtype);
Expand Down

0 comments on commit 637dc6e

Please sign in to comment.