Skip to content

Commit

Permalink
Fixed spelling errors
Browse files Browse the repository at this point in the history
Signed-off-by: TaikiYamada4 <[email protected]>
  • Loading branch information
TaikiYamada4 committed Jan 6, 2025
1 parent f6a28e2 commit b31a405
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mapping.intersection.turn_direction_tagging

This validator checks whether lanelets inside the `intersection_area` polygon have a `turn_direction` tag and it is set to "straight", "left", or "right".

The validator will output the follwoing issues with the corresponding primitive ID.
The validator will output the following issues with the corresponding primitive ID.

| Issue Code | Message | Severity | Primitive | Description | Approach |
| ------------------------------------- | ---------------------------------------------------- | -------- | --------- | ------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ TEST_F(TestIntersectionTurnDirectionTagging, WrongTurnDirectionTag) // NOLINT f
EXPECT_EQ(issues[0].primitive, lanelet::validation::Primitive::Lanelet);
EXPECT_EQ(
issues[0].message,
"[Intersection.TurnDirectionTagging-002] Invalid turn_direction tag \"leftt\" is found.");
"[Intersection.TurnDirectionTagging-002] "
"Invalid turn_direction tag \"leftt\" is found."); // cspell:disable-line
}

TEST_F(TestIntersectionTurnDirectionTagging, CorrectIntersection) // NOLINT for gtest
Expand Down

0 comments on commit b31a405

Please sign in to comment.