forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 32
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
chore: sync upstream #708
Merged
Merged
chore: sync upstream #708
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
* feat(route_handler): add function to get closest preferred lanelet Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * perf(planner_manager): remove module immediately once its status is success Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…d_ptr` (autowarefoundation#4452) refactor(interface): use weak pointer Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…foundation#4488) * feat(lane_change): improve lane change sampled acceleration Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> --------- Signed-off-by: yutaka <purewater0901@gmail.com>
…ets (autowarefoundation#4473) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
…ation#4392) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
…autowarefoundation#4489) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
…utowarefoundation#4486) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…ose search (autowarefoundation#4513) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…ion#4512) chore(start_planner): rename variables Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
tier4-autoware-public-bot
bot
requested review from
rej55,
kosuke55,
purewater0901,
zulfaqar-azmi-t4,
TakaHoribe,
takayuki5168,
maxime-clem,
shmpwk,
tkimura4,
kyoichi-sugahara,
satoshi-ota,
taikitanaka3,
h-ohta and
isamu-takagi
as code owners
August 4, 2023 01:33
tier4-autoware-public-bot
bot
merged commit Aug 4, 2023
8b77838
into
tier4/main
11 of 12 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Features
Bug Fixes
Code Refactoring
weak_ptr
orunique_ptr
instead ofshared_ptr
(refactor(interface): useweak_ptr
orunique_ptr
instead ofshared_ptr
autowarefoundation/autoware.universe#4452)Performance Improvements
Chores