Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(lanelet2_extension): add query for bicycle_lane #29

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

soblin
Copy link
Collaborator

@soblin soblin commented Sep 5, 2024

Description

added query function for "bicycle_lane"

Related links

Tests performed

with this PR, map_loader can visualize the bicycle_lane (used the map https://github.com/autowarefoundation/autoware.universe/tree/main/planning/behavior_velocity_planner/autoware_behavior_velocity_planner_common/test_map/intersection)

image

Notes for reviewers

Interface changes

Effects on system behavior

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.

Signed-off-by: Mamoru Sobue <[email protected]>
@soblin soblin marked this pull request as ready for review September 5, 2024 09:02
Copy link

codecov bot commented Sep 5, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 16.47%. Comparing base (9676d45) to head (826c9f9).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
autoware_lanelet2_extension/lib/query.cpp 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #29      +/-   ##
==========================================
- Coverage   16.48%   16.47%   -0.02%     
==========================================
  Files          42       42              
  Lines        2808     2810       +2     
  Branches     1371     1371              
==========================================
  Hits          463      463              
- Misses       2252     2254       +2     
  Partials       93       93              
Flag Coverage Δ *Carryforward flag
differential 16.47% <0.00%> (-0.27%) ⬇️
total 16.48% <ø> (ø) Carriedforward from 9676d45

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@soblin soblin changed the title add bicycle_lane query feat(lanelet2_extension): add query for bicycle_lane Sep 5, 2024
@soblin soblin merged commit 4561f4e into main Sep 5, 2024
16 of 22 checks passed
@soblin soblin deleted the feat/bicycle-lane-query branch September 5, 2024 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants