Skip to content
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 16 commits into from
Jun 10, 2022
Merged

chore: sync upstream #61

merged 16 commits into from
Jun 10, 2022

Conversation

tier4-autoware-public-bot[bot]
Copy link

@tier4-autoware-public-bot tier4-autoware-public-bot bot commented Jun 9, 2022

Features

Bug Fixes

Documentation

Tests

taikitanaka3 and others added 4 commits June 8, 2022 09:44
* 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-commenter
Copy link

codecov-commenter commented Jun 9, 2022

Codecov Report

Merging #61 (a7c5a03) into tier4/main (8de82e6) will increase coverage by 0.02%.
The diff coverage is 29.54%.

@@              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     
Flag Coverage Δ *Carryforward flag
differential 8.41% <25.73%> (?)
total 9.02% <28.76%> (ø) Carriedforward from 8de82e6

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
map/lanelet2_extension/lib/utilities.cpp 8.01% <0.00%> (-1.80%) ⬇️
...based_prediction/src/map_based_prediction_node.cpp 0.00% <0.00%> (ø)
...r/scene_module/avoidance/avoidance_module_data.hpp 0.00% <ø> (ø)
...er/src/scene_module/avoidance/avoidance_module.cpp 0.00% <0.00%> (ø)
...ner/src/scene_module/avoidance/avoidance_utils.cpp 0.00% <0.00%> (ø)
...e/scene_module/intersection/scene_intersection.hpp 0.00% <ø> (ø)
...ule/intersection/scene_merge_from_private_road.hpp 0.00% <ø> (ø)
...y_planner/include/utilization/trajectory_utils.hpp 0.00% <0.00%> (ø)
...ty_planner/src/scene_module/intersection/debug.cpp 0.00% <0.00%> (ø)
..._planner/src/scene_module/intersection/manager.cpp 0.00% <0.00%> (ø)
... and 37 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8de82e6...a7c5a03. Read the comment docs.

maxime-clem and others added 12 commits June 9, 2022 11:01
…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>
@tier4-autoware-public-bot tier4-autoware-public-bot bot merged commit 79f8f88 into tier4/main Jun 10, 2022
@tier4-autoware-public-bot tier4-autoware-public-bot bot deleted the sync-upstream branch June 10, 2022 15:57
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.