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(route_handler): add preferred lane getter function #6496

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

satoshi-ota
Copy link
Contributor

@satoshi-ota satoshi-ota commented Feb 26, 2024

Description

add preferred lane getter function.

lanelet::ConstLanelets RouteHandler::getPreferredLanelets() const
{
  return preferred_lanelets_;
}

Tests performed

Nothing.

Effects on system behavior

Nothing.

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.

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.

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

@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Feb 26, 2024
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
@satoshi-ota satoshi-ota added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Feb 26, 2024
@satoshi-ota satoshi-ota enabled auto-merge (squash) February 27, 2024 02:54
Copy link

codecov bot commented Feb 27, 2024

Codecov Report

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

Project coverage is 14.64%. Comparing base (fdd3f9e) to head (dc8b081).
Report is 4 commits behind head on main.

Files Patch % Lines
planning/route_handler/src/route_handler.cpp 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6496      +/-   ##
==========================================
- Coverage   14.64%   14.64%   -0.01%     
==========================================
  Files        1899     1899              
  Lines      130283   130285       +2     
  Branches    38311    38311              
==========================================
  Hits        19076    19076              
- Misses      89793    89795       +2     
  Partials    21414    21414              
Flag Coverage Δ *Carryforward flag
differential 15.21% <0.00%> (?)
total 14.64% <ø> (ø) Carriedforward from fdd3f9e

*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.

@satoshi-ota satoshi-ota merged commit 35f48da into autowarefoundation:main Feb 27, 2024
29 of 32 checks passed
@satoshi-ota satoshi-ota deleted the feat/add-getter branch February 27, 2024 05:23
StepTurtle pushed a commit to StepTurtle/autoware.universe that referenced this pull request Feb 28, 2024
…dation#6496)

feat(route_handler): add getter

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
HansRobo pushed a commit that referenced this pull request Mar 12, 2024
feat(route_handler): add getter

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Jun 3, 2024
…dation#6496)

feat(route_handler): add getter

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants