forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 34
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 #1034
Merged
Merged
chore: sync upstream #1034
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
tier4-autoware-public-bot
bot
requested review from
ito-san,
isamu-takagi,
tkhmy,
yabuta,
TakaHoribe,
tkimura4,
kosuke55,
takayuki5168,
maxime-clem,
satoshi-ota,
rej55,
mkuri,
0x126,
shmpwk,
TomohitoAndo,
kyoichi-sugahara,
soblin,
taikitanaka3,
zulfaqar-azmi-t4,
scepter914,
miursh,
YoshiRi,
angry-crab,
yukkysaito,
yukke42,
amc-nu,
badai-nguyen,
manato,
kminoda and
Motsu-san
as code owners
November 22, 2023 00:21
…oundation#5558) * fix(avoidance): fix wrong reason for unavoidable situation Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(avoidance): fix misreading variable name Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…eter to param file (autowarefoundation#5451) * move radar object clustering parameter to param file Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * remove default parameter settings and fix cmakelists --------- Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
… as true (autowarefoundation#5605) Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
…undation#5557) * fix(avoidance): consider avoidance prepare time Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(avoidance): consider avoidance prepare distance Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(avoidance): use std::optional Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…refoundation#5572) * fix(avoidance): prevent sudden steering at yield maneuver Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * feat(avoidance): output debug info Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * Update planning/behavior_path_planner/src/scene_module/avoidance/avoidance_module.cpp Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com> * style(pre-commit): autofix --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
…foundation#5569) * refactor(goal_planner): add prev_data instead of status Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * feat(goal_planner): keep margin against objects as possible Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…tion#5611) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
* refactor(start_planner): support new interface refactor state transition logic in StartPlannerModule Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> --------- Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
) * fix(lane_change): regulate at the traffic light Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * fix conflict Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> --------- Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
autowarefoundation#5618) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…efoundation#5617) Signed-off-by: kminoda <koji.minoda@tier4.jp>
…oundation#5616) * fix ego sign pitch problem Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * change variable name for clarity Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * update documentation to clarify that driving against the lane is not supported Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> --------- Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
…arefoundation#5622) * refactor(start_planner): add verbose parameter for debug print - Added a new parameter "verbose" to the StartPlannerParameters struct. - Updated the start_planner.param.yaml file to include the "verbose" parameter. - Added a new method receivedNewRoute() in the StartPlannerModule class to check if a new route has been received. - Updated the updateData() method to use the receivedNewRoute() method instead of directly checking if a new route has been received. - Renamed the method IsGoalBehindOfEgoInSameRouteSegment() to isGoalBehindOfEgoInSameRouteSegment(). - Added a new method logPullOutStatus() to log the pull out status. - Updated the setDebugData() method to call logPullOutStatus() if the "verbose" parameter is true. Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> --------- Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
…tion#5620) * refactor(goal_planner): add rss safety check function Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * has_collision Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…undation#5621) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…towarefoundation#5604) Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
…int (autowarefoundation#5589) * fix uint32 conversion bug in bytetrack Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * refactor outside xy variable --------- Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
…undation#5637) * Fix logFunc format specifier in StartPlannerModule Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> --------- Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
…foundation#5621 (autowarefoundation#5636) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…warefoundation#5643) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
…utowarefoundation#5644) Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
takayuki5168
force-pushed
the
sync-upstream
branch
from
November 22, 2023 04:20
8f9f000
to
635e399
Compare
tier4-autoware-public-bot
bot
merged commit Nov 22, 2023
877cc4f
into
beta/v0.17.0
11 of 13 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
pose_instability_detector
(feat(localization): addpose_instability_detector
autowarefoundation/autoware.universe#5439)use_radar_tracking_fusion
as true (feat(radar_object_tracker): change to use use_radar_tracking_fusion as true autowarefoundation/autoware.universe#5605)Bug Fixes
Documentation
Code Refactoring
ar_tag_based_localizer
(refactor(ar_tag_based_localizer): refactorar_tag_based_localizer
autowarefoundation/autoware.universe#5521)Performance Improvements
Tests
Builds
Continuous Integrations
Chores