Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

feat(lanelet2_extension): add crosswalk regulatory element #187

Merged

Conversation

satoshi-ota
Copy link
Contributor

@satoshi-ota satoshi-ota commented Jun 12, 2023

Description

Add crosswalk regulatory element to lanelet extension library.

The format is here.

Related links

discussion: https://github.com/orgs/autowarefoundation/discussions/3036

Tests performed

Notes for reviewers

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

@codecov
Copy link

codecov bot commented Jun 12, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.37 ⚠️

Comparison is base (8f7edc4) 10.74% compared to head (ddcfe51) 10.37%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #187      +/-   ##
==========================================
- Coverage   10.74%   10.37%   -0.37%     
==========================================
  Files          34       35       +1     
  Lines        2523     2613      +90     
  Branches     1325     1366      +41     
==========================================
  Hits          271      271              
- Misses       1807     1897      +90     
  Partials      445      445              
Flag Coverage Δ *Carryforward flag
differential 8.59% <0.00%> (?)
total 10.74% <ø> (ø) Carriedforward from f98b582

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
...ion/regulatory_elements/autoware_traffic_light.hpp 50.00% <ø> (ø)
.../lanelet2_extension/lib/autoware_traffic_light.cpp 58.33% <ø> (ø)
tmp/lanelet2_extension/lib/crosswalk.cpp 0.00% <0.00%> (ø)
tmp/lanelet2_extension/lib/query.cpp 7.17% <0.00%> (-0.19%) ⬇️
tmp/lanelet2_extension/lib/visualization.cpp 0.00% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Member

@mitsudome-r mitsudome-r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for creating the PR.

Also, please update documentation for the new regulatory element. https://github.com/autowarefoundation/autoware_common/blob/main/tmp/lanelet2_extension/docs/lanelet2_format_extension.md

@satoshi-ota satoshi-ota added the type:documentation Creating or refining documentation. label Jun 12, 2023
@satoshi-ota
Copy link
Contributor Author

I added documentation in 7ca1cad.

Copy link
Contributor

@tkimura4 tkimura4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@mitsudome-r mitsudome-r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mitsudome-r mitsudome-r enabled auto-merge (squash) June 13, 2023 07:05
@mitsudome-r mitsudome-r merged commit 2a0b7e0 into autowarefoundation:main Jun 13, 2023
@satoshi-ota satoshi-ota deleted the feat/crosswalk-reg-elem branch June 13, 2023 07:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type:documentation Creating or refining documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants