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 #418

Merged
merged 10 commits into from
May 10, 2023
Merged

chore: sync upstream #418

merged 10 commits into from
May 10, 2023

Conversation

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

Features

Bug Fixes

Performance Improvements

takayuki5168 and others added 10 commits May 9, 2023 15:06
…undation#3604)

* expand hatched road markings

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* update

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* add a flag

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* update

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* fix

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* fix static_centerline_optimizer

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* fix

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* fix

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

---------

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
… modules (autowarefoundation#3647)

* feat(behavior_path_planner): combine drivable area info from multiple modules

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* fix

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

---------

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
* Perforance tuning

Signed-off-by: Takahiro Ishikawa <sykwer@gmail.com>

* style(pre-commit): autofix

* parameterize

Signed-off-by: Takahiro Ishikawa <sykwer@gmail.com>

* fix bug

Signed-off-by: Takahiro Ishikawa <sykwer@gmail.com>

* add transform computation

Signed-off-by: Takahiro Ishikawa <sykwer@gmail.com>

* style(pre-commit): autofix

* fix

Signed-off-by: Takahiro Ishikawa <sykwer@gmail.com>

* fix

Signed-off-by: Takahiro Ishikawa <sykwer@gmail.com>

* fix

Co-authored-by: Shunsuke Miura <37187849+miursh@users.noreply.github.com>

* fix magic number

Signed-off-by: Takahiro Ishikawa <sykwer@gmail.com>

* style(pre-commit): autofix

* change param default value

Signed-off-by: Takahiro Ishikawa <sykwer@gmail.com>

* Revert "fix"

This reverts commit 1463b7d.

---------

Signed-off-by: Takahiro Ishikawa <sykwer@gmail.com>
…dation#3645)

* fix(tier4_perception_launch): fix dublicated topic name

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

* chore: rename topic

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

---------

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
…timation via non initialized eigen vector (autowarefoundation#3651)

add initialize for anchor point vector

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
…o DetectedObjects (autowarefoundation#3459)

* fix radar_fusion inputs

Signed-off-by: scepter914 <scepter914@gmail.com>

* update README

Signed-off-by: scepter914 <scepter914@gmail.com>

---------

Signed-off-by: scepter914 <scepter914@gmail.com>
@codecov-commenter
Copy link

Codecov Report

Patch coverage: 6.91% and project coverage change: -0.17 ⚠️

Comparison is base (c638482) 8.48% compared to head (e4fefd4) 8.31%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@              Coverage Diff              @@
##           tier4/main    #418      +/-   ##
=============================================
- Coverage        8.48%   8.31%   -0.17%     
=============================================
  Files             195     177      -18     
  Lines           18194   18226      +32     
  Branches         5959    6653     +694     
=============================================
- Hits             1543    1516      -27     
+ Misses          14847   14754      -93     
- Partials         1804    1956     +152     
Flag Coverage Δ
differential 8.31% <6.91%> (-0.17%) ⬇️
Impacted Files Coverage Δ
..._tracker/src/tracker/model/big_vehicle_tracker.cpp 0.00% <0.00%> (ø)
...acker/src/tracker/model/normal_vehicle_tracker.cpp 0.00% <0.00%> (ø)
...de/radar_object_fusion_to_detected_object_node.cpp 0.00% <ø> (ø)
...ner/include/behavior_path_planner/data_manager.hpp 37.50% <ø> (ø)
..._planner/utils/avoidance/avoidance_module_data.hpp 0.00% <ø> (ø)
...nner/include/behavior_path_planner/utils/utils.hpp 45.45% <ø> (ø)
...or_path_planner/src/behavior_path_planner_node.cpp 19.72% <0.00%> (-0.03%) ⬇️
...er/src/scene_module/avoidance/avoidance_module.cpp 3.65% <0.00%> (-0.02%) ⬇️
.../scene_module/goal_planner/goal_planner_module.cpp 5.91% <0.00%> (-0.02%) ⬇️
...planner/src/scene_module/lane_change/interface.cpp 14.50% <0.00%> (-0.06%) ⬇️
... and 15 more

... and 79 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@tier4-autoware-public-bot tier4-autoware-public-bot bot merged commit a6c5c9b into tier4/main May 10, 2023
@tier4-autoware-public-bot tier4-autoware-public-bot bot deleted the sync-upstream branch May 10, 2023 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation launch perception planning sensing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants