Skip to content

Commit

Permalink
Fixed merging mistake
Browse files Browse the repository at this point in the history
Signed-off-by: TaikiYamada4 <[email protected]>
  • Loading branch information
TaikiYamada4 committed Nov 26, 2024
1 parent 0608564 commit 46a94dc
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,9 @@ RegulatoryElementsDetailsForCrosswalksValidator::checkRegulatoryElementOfCrosswa
const auto & issue_poly = lanelet::validation::Issue(
lanelet::validation::Severity::Error, lanelet::validation::Primitive::Polygon,
lanelet::utils::getId(),
<<<<<<< HEAD
issue_code_prefix(this->name(), 8) +
"Crosswalk polygon of crosswalk regulatory element must have type of crosswalk_polygon.");
=======
append_issue_code_prefix(
this->name(), 8,
"Crosswalk polygon of crosswalk regulatory element must have type of Crosswalk_polygon."));
>>>>>>> 2c9d705 (Change issue_code_prefix to append_issue_code_prefix)
"Crosswalk polygon of crosswalk regulatory element must have type of crosswalk_polygon."));
lanelet::autoware::validation::checkPrimitivesType(
crosswalk_polygons, lanelet::autoware::Crosswalk::AutowareRoleNameString::CrosswalkPolygon,
issue_poly, issues);
Expand Down

0 comments on commit 46a94dc

Please sign in to comment.