Skip to content

Commit

Permalink
Update map/autoware_lanelet2_map_validator/docs/intersection/intersec…
Browse files Browse the repository at this point in the history
…tion_area_dangling_reference.md
  • Loading branch information
soblin authored Dec 25, 2024
1 parent 96b0c8a commit 465a420
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The validator outputs the following issue with the corresponding ID of the primi

| Issue Code | Message | Severity | Primitive | Description | Approach |
| -------------------------------------------------- | --------------------------------------------------------------------------------------- | -------- | --------- | ---------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
| Intersection.IntersectionAreaDanglingReference-001 | "Dangling reference to non-existing intersection area of ID \<LANELET ID\> is detected" | Error | Lanelet | Lookup to `intersection_area` from the reporeted lanelet will cause runtime error. | Go to the reported lanelet and delete "intersection_area" key entry. |
| Intersection.IntersectionAreaDanglingReference-001 | "Dangling reference to non-existing intersection area of ID \<LANELET ID\> is detected" | Error | Lanelet | The reported lanelet will cause a runtime error when attempting to look up the non-existent intersection_area. | Go to the reported lanelet and delete "intersection_area" key entry. |

### Supplementary information

Expand Down

0 comments on commit 465a420

Please sign in to comment.