forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[pull] main from autowarefoundation:main #463
Merged
Merged
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
… to improve accuracy (#5576) * remake Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * remove maybe_unused in decleration Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * support two predicted trajectories in world and Frenet coordinate Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix test Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> --------- Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
… directory (#5921) * fix(autoware_auto_perception_rviz_plugin): move headers to a separate directory Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp> * style(pre-commit): autofix * fix(autoware_auto_perception_rviz_plugin): fix include Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp> * style(pre-commit): autofix * fix(autoware_auto_perception_rviz_plugin): fix header paths in CMakeLists.txt Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp> --------- Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* pref(avoidance): don't use boost union_ Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * perf(avoidance): reduce frequency to call calcSignedArcLength Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * perf(turn_signal): reduce frequency to call calcSignedArcLength Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * perf(static_drivable_area_expansion): don't use calcDistance2d Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(static_drivable_area_expansion): rename and fix return value consistency Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…age projection fusion (#6075) re-organize the parameters for image projection fusion Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
Fixed timer in ekf_localizer Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
* feat(start_planner): output objects of interest Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * style(pre-commit): autofix --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* feat: visualize yaw rate, yaw std Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * feat: discrete yaw covariance marker Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * feat: add yaw covariance to detected object Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * feat: visualize twist covariance, yaw only Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * feat: discrete yaw rate marker Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * fix: property order Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * chore: parameter order change Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * feat: position covariance as ellipse Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * feat: twist covariance Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * chore: pose covariance marker renamed Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * fix: velocity covariance minimum alpha Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * chore: refactoring Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * feat: add option for interval coefficients Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * fix: confidence interval (1D) and confidence region (2D) Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> --------- Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…th interval from yaml (#6071) * feat(static_centerline_optimizer): get behavior_velocity_planner's path interval from yaml Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix test Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
* feat(goal_planner): add scale buffer to calcModuleRequestLength Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * style(pre-commit): autofix --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…t endless loop (#6084) * perf(avoidance): reduce heavy process Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(avoidance): filter objects by precise lon distance Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * refactor(avoidance): remove unused function Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * feat(avoidance): improve detection area Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(avoidance): return shift line Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…6065) * feat(ndt_scan_matcher): change coordinate of output_pose_covariance Signed-off-by: yamato-ando <yamato.ando@tier4.jp> * style(pre-commit): autofix * Update localization/ndt_scan_matcher/src/ndt_scan_matcher_core.cpp Co-authored-by: Kento Yabuuchi <moc.liamg.8y8@gmail.com> * style(pre-commit): autofix --------- Signed-off-by: yamato-ando <yamato.ando@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Kento Yabuuchi <moc.liamg.8y8@gmail.com>
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.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )