-
Notifications
You must be signed in to change notification settings - Fork 288
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(map): add dynamic lanelet loading parameters #872
Open
StepTurtle
wants to merge
10
commits into
autowarefoundation:main
Choose a base branch
from
StepTurtle:feat/add_dynamic_lanelet_loading
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat(map): add dynamic lanelet loading parameters #872
StepTurtle
wants to merge
10
commits into
autowarefoundation:main
from
StepTurtle:feat/add_dynamic_lanelet_loading
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 tasks
StepTurtle
requested review from
Motsu-san,
YamatoAndo,
RyuYamamoto,
KYabuuchi,
SakodaShintaro,
TaikiYamada4 and
anhnv3991
as code owners
March 1, 2024 09:38
Open
3 tasks
This pull request has been automatically marked as stale because it has not had recent activity. |
StepTurtle
force-pushed
the
feat/add_dynamic_lanelet_loading
branch
from
June 6, 2024 09:27
10c7f21
to
b2e7d87
Compare
StepTurtle
requested review from
takayuki5168,
rej55,
satoshi-ota and
shmpwk
as code owners
June 6, 2024 09:27
github-actions
bot
added
component:map
Map creation, storage, and loading. (auto-assigned)
component:planning
Route planning, decision-making, and navigation. (auto-assigned)
labels
Jun 6, 2024
StepTurtle
force-pushed
the
feat/add_dynamic_lanelet_loading
branch
from
July 16, 2024 12:38
77c1e58
to
4713cf7
Compare
YamatoAndo
reviewed
Jul 26, 2024
StepTurtle
force-pushed
the
feat/add_dynamic_lanelet_loading
branch
from
August 26, 2024 08:16
4713cf7
to
87b6996
Compare
StepTurtle
requested review from
danielsanchezaran,
kyoichi-sugahara and
zulfaqar-azmi-t4
as code owners
August 26, 2024 08:16
StepTurtle
requested review from
go-sakayori,
kosuke55,
mkquda,
soblin and
yhisaki
as code owners
August 26, 2024 08:16
Signed-off-by: Barış Zeren <bzeren1819@gmail.com>
Signed-off-by: Barış Zeren <bzeren1819@gmail.com>
Signed-off-by: Barış Zeren <baris@leodrive.ai>
Signed-off-by: Barış Zeren <baris@leodrive.ai>
Signed-off-by: Barış Zeren <baris@leodrive.ai>
StepTurtle
force-pushed
the
feat/add_dynamic_lanelet_loading
branch
from
September 3, 2024 11:51
24fcc57
to
4f145e2
Compare
This pull request has been automatically marked as stale because it has not had recent activity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component:map
Map creation, storage, and loading. (auto-assigned)
component:planning
Route planning, decision-making, and navigation. (auto-assigned)
status:stale
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Dynamically load Lanelet2 maps required for the current driving situation, aiming to avoid time consumption and reduce computational costs in the planning pipeline, while also addressing long-term issues associated with Lanelet2 map projection.
Tests performed
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.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.