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 #61
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
* fix(behavior_path_planner): fix ap point for long obeject Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * fix: add vehicle length for return point Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * ci(pre-commit): autofix * chore: remove todo and better naming Signed-off-by: tanaka3 <ttatcoder@outlook.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
The shift limit generates improper shift that caused the maximum shift to be improper. Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Signed-off-by: yutaka <purewater0901@gmail.com>
…r algorithm (#902) * Fix: heap buffer overflow Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp> * Fix: init priority queue Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>
Codecov Report
@@ Coverage Diff @@
## tier4/main #61 +/- ##
=============================================
+ Coverage 9.04% 9.07% +0.02%
=============================================
Files 1013 1013
Lines 68783 70674 +1891
Branches 11584 12104 +520
=============================================
+ Hits 6224 6415 +191
- Misses 57387 58998 +1611
- Partials 5172 5261 +89
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report at Codecov.
|
…1056) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
* add detection area margin debug Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com> * extention lanelet in intersection function * feat: add conflicting area with margin Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com> * fix(intersection_module): remove unnecessary comment Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com> * fix check collision Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com> * fix(intersection_module): remove unnecessary diff Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com> * ci(pre-commit): autofix * fix(intersection_module): fix expand lane only right bound Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com> * fix(intersection_module): remove calc of detection area to object distance Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com> * ci(pre-commit): autofix * fix(intersection_module): split lane extentions Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com> * ci(pre-commit): autofix * refactor: lanelet::utils::resamplePoints -> resamplePoints Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com> * feat: add right and left margin parameter Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…opped (#1052) * fix(behavior_velocity): use pose for min velocity if the object is stopped Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * fix typo Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
* fix(stop_line): fix stop_line state Signed-off-by: k-obitsu <koichi.obitsu@tier4.jp> * ci(pre-commit): autofix Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* feat(autoware_ad_api_msgs): add response status Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
…ch (#1063) * Fix calculate stop dist on utarn trajectory * Fix calculate target point in longitudinal controller * ci(pre-commit): autofix * fixed coding style Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
…e point (#1072) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
yn-mrse
approved these changes
Jun 10, 2022
maxime-clem
pushed a commit
to maxime-clem/autoware.universe
that referenced
this pull request
Feb 7, 2024
* build: Remove obsolete dependent packages for `scenario_simulator_v2` * build: Update `scenario_simulator_v2` version to `master` * docs: Added how to run a scenario simulation to `README.md` * Revert "docs: Added how to run a scenario simulation to `README.md`" This reverts commit 55fbb67f1c9e1701e05a17f393a447e49efcbd3e.
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
Tests