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 beta branch beta/v0.26.0 with tier4/main #1234
Merged
tier4-autoware-public-bot
merged 55 commits into
tier4/main
from
beta-to-tier4-main-sync
Apr 8, 2024
Merged
chore: sync beta branch beta/v0.26.0 with tier4/main #1234
tier4-autoware-public-bot
merged 55 commits into
tier4/main
from
beta-to-tier4-main-sync
Apr 8, 2024
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
…de DualReturnOutlierFilterComponent class (autowarefoundation#6654) move roi_mode_map_ definition inside DualReturnOutlierFilterComponent class Signed-off-by: kyoichi-sugahara <[email protected]>
…ary during unsafe condition (autowarefoundation#6355) * fix(avoidance): don't slow down if avoidance is NOT definitely necessary during unsafe condition Signed-off-by: satoshi-ota <[email protected]> * fix(avoidance): don't insert stop point when the path is invalid Signed-off-by: satoshi-ota <[email protected]> * refactor(avoidance): update parameter namespace Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
…arefoundation#6630) Signed-off-by: Maxime CLEMENT <[email protected]>
…tion#6666) Signed-off-by: tomoya.kimura <[email protected]>
…utowarefoundation#6669) Signed-off-by: Maxime CLEMENT <[email protected]>
…ndation#6668) Signed-off-by: Maxime CLEMENT <[email protected]>
…ation#6670) Signed-off-by: Maxime CLEMENT <[email protected]> Co-authored-by: Takayuki Murooka <[email protected]>
…oundation#6653) * fix(motion_utils): check size after overlap points removal Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * change implementation to not return warning Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * fix comparison sign Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
…foundation#6660) Signed-off-by: Takagi, Isamu <[email protected]>
…d one (autowarefoundation#6663) fix: fix launch config name from old one Signed-off-by: yoshiri <[email protected]>
…ampling trajectory (autowarefoundation#6679) fix planning validator calc max lat acc after resampling Signed-off-by: kaigohirao <[email protected]>
…arefoundation#6649) * Added an unit test to ndt_scan_matcher Signed-off-by: Shintaro Sakoda <[email protected]> * Added a line break Signed-off-by: Shintaro Sakoda <[email protected]> * style(pre-commit): autofix * Added includes Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed types Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed includes Signed-off-by: Shintaro Sakoda <[email protected]> * Removed meaningless code Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed a way of waiting results Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed error handlings Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed position Signed-off-by: Shintaro Sakoda <[email protected]> * Added NOLINT Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed sensor points Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed sample pcd Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed to execute multi test cases Signed-off-by: Shintaro Sakoda <[email protected]> * style(pre-commit): autofix * Added includes Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed StubPcdLoader Signed-off-by: Shintaro Sakoda <[email protected]> * Refactored Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed pcd range Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed parameters Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed TransformBroadcaster to StaticTransformBroadcaster Signed-off-by: Shintaro Sakoda <[email protected]> --------- Signed-off-by: Shintaro Sakoda <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…bject (autowarefoundation#6667) * feat(perception_online_evaluator): add yaw rate metrics for stopped object Signed-off-by: kosuke55 <[email protected]> add Signed-off-by: kosuke55 <[email protected]> add test * feat: add stopped vel parameter Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]>
…ane change (autowarefoundation#6600) Signed-off-by: Maxime CLEMENT <[email protected]>
autowarefoundation#6629) add general turnsignalinfo method for goal planner Signed-off-by: Daniel Sanchez <[email protected]>
…ation#6646) * Add param reconfig to goal planner Signed-off-by: Daniel Sanchez <[email protected]> * Using the Warn params is bugged, wont fix Signed-off-by: Daniel Sanchez <[email protected]> * add comments Signed-off-by: Daniel Sanchez <[email protected]> * add missing params Signed-off-by: Daniel Sanchez <[email protected]> * add missing param Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]>
…sitive point clouds (autowarefoundation#6637) * feat(AEB): add height filter for avoiding the ghost brake by false positive point clouds Signed-off-by: Shin-kyoto <[email protected]> * docs(AEB): add param for height filter Signed-off-by: Shin-kyoto <[email protected]> * feat(AEB): add max height range in AEB Signed-off-by: Shin-kyoto <[email protected]> * feat(AEB): update default params Signed-off-by: Shin-kyoto <[email protected]> --------- Signed-off-by: Shin-kyoto <[email protected]>
…ng variable window length (autowarefoundation#6665) Signed-off-by: Takayuki Murooka <[email protected]> Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: Takagi, Isamu <[email protected]>
…foundation#6686) * fix(lane_change): do not return empty path if no valid path Signed-off-by: Zulfaqar Azmi <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Zulfaqar Azmi <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…owarefoundation#6662) * fix(avoidance_by_lane_change): object filtering too conservative Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * initialize last seen as RCL_ROS_TIME to prevent runtime error Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * Remove object that is in the centerline Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
… back line (autowarefoundation#6680) * add method to ignore target obstacles that cross ego cut lane Signed-off-by: Daniel Sanchez <[email protected]> * WIP add debug support Signed-off-by: Daniel Sanchez <[email protected]> * add params and finish debug marker Signed-off-by: Daniel Sanchez <[email protected]> * change lane to line Signed-off-by: Daniel Sanchez <[email protected]> * use autoware utils to get the cut line Signed-off-by: Daniel Sanchez <[email protected]> * simplify code wit calcOffsetPose Signed-off-by: Daniel Sanchez <[email protected]> * Update readme and eliminate unused code Signed-off-by: Daniel Sanchez <[email protected]> * update readme Signed-off-by: Daniel Sanchez <[email protected]> * eliminate unused function Signed-off-by: Daniel Sanchez <[email protected]> * readme Signed-off-by: Daniel Sanchez <[email protected]> * comments and readme Signed-off-by: Daniel Sanchez <[email protected]> * eliminate unused include Signed-off-by: Daniel Sanchez <[email protected]> * typo Signed-off-by: Daniel Sanchez <[email protected]> * rename param for consistency Signed-off-by: Daniel Sanchez <[email protected]> * change lane to line for consistency Signed-off-by: Daniel Sanchez <[email protected]> * rename for clarity, add brief Signed-off-by: Daniel Sanchez <[email protected]> * fix indentation Signed-off-by: Daniel Sanchez <[email protected]> * update description Signed-off-by: Daniel Sanchez <[email protected]> * lane ->line Signed-off-by: Daniel Sanchez <[email protected]> * lane -> line Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]>
…owarefoundation#6690) * feat(run_out): add motorcyles to run out module target obstacles Signed-off-by: Daniel Sanchez <[email protected]> * check for obstacle type depending on params Signed-off-by: Daniel Sanchez <[email protected]> * update readme Signed-off-by: Daniel Sanchez <[email protected]> * pre-commit Signed-off-by: Daniel Sanchez <[email protected]> * include what you use Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]>
…performance (autowarefoundation#6655) * refactor plane method Signed-off-by: Daniel Sanchez <[email protected]> * delete unused method Signed-off-by: Daniel Sanchez <[email protected]> * skip unnecessary loop Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]>
…d goal (autowarefoundation#6695) Signed-off-by: kosuke55 <[email protected]>
…utowarefoundation#6697) Signed-off-by: Maxime CLEMENT <[email protected]>
…en parking completed (autowarefoundation#6696) fix(freespace_planner): publish stop trajectory when completed to mitigate topic timeout Signed-off-by: AhmedEbrahim <[email protected]>
… on running mode (autowarefoundation#6700) chore(tier4_system_launch): add option of using graph path for simulation Signed-off-by: Tomohito Ando <[email protected]>
…tor (autowarefoundation#6711) Signed-off-by: Maxime CLEMENT <[email protected]>
tier4-autoware-public-bot
bot
requested review from
technolojin,
kminoda,
ktro2828,
tzhong518,
anhnv3991,
KYabuuchi,
Motsu-san,
RyuYamamoto,
SakodaShintaro,
TaikiYamada4,
YamatoAndo,
ito-san,
TetsuKawa,
KeisukeShima,
taikitanaka3,
h-ohta and
scepter914
as code owners
April 8, 2024 08:47
tier4-autoware-public-bot
bot
merged commit Apr 8, 2024
2b224ba
into
tier4/main
27 of 28 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
Documentation
Code Refactoring
Performance Improvements
Tests
Chores