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

Merged
merged 18 commits into from
May 29, 2023
Merged

chore: sync upstream #540

merged 18 commits into from
May 29, 2023

Conversation

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

Features

Bug Fixes

Documentation

purewater0901 and others added 18 commits May 26, 2023 13:17
…from member function of VirtualWallMarkerCreator (autowarefoundation#3832)

delete arg

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
…n#3808)

* feat(lane_change): lane change virtual wall marker

Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

* virtual wall new architecture

Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

---------

Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
… prefix (autowarefoundation#3836)

* add arg for namespace prefix

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>

* fix bug

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>

---------

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
…#3830)

* preVisualizePathFootPrint is the cause

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* update ogre_node and text_ptr in each iteration

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

---------

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
… VirtualWallMarkerCreator and set unique namespace (autowarefoundation#3839)

Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
…ator for create/delete virtual wall marker (autowarefoundation#3834)

* use createVirtualWallMarkerCreator for create/delete virtual wall marker

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>

* add arg for namespace prefix

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>

* fix bug

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>

* non pointer declaration

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>

---------

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
…espace (autowarefoundation#3838)

Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
…ule exists (autowarefoundation#3843)

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…tion#3782)

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
…undation#3846)

* fix(docs): fixed rendering error mathjax

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* add js/mathjax.js to render equation with instant loading

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* enable instant loading

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* style(pre-commit): autofix

* add js/mathjax.js to sync file setting

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

---------

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…ier filter (autowarefoundation#2618)

* explicitly insert intensity

Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>

* fix points fields

Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>

---------

Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
@codecov-commenter
Copy link

Codecov Report

Patch coverage: 2.46% and project coverage change: +2.69 🎉

Comparison is base (712c11c) 7.24% compared to head (eacb65b) 9.94%.

❗ 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    #540      +/-   ##
=============================================
+ Coverage        7.24%   9.94%   +2.69%     
=============================================
  Files             205     238      +33     
  Lines           20975   23137    +2162     
  Branches         6208    7523    +1315     
=============================================
+ Hits             1520    2301     +781     
- Misses          17558   18136     +578     
- Partials         1897    2700     +803     
Flag Coverage Δ
differential 9.94% <2.46%> (+2.69%) ⬆️
Impacted Files Coverage Δ
...on/tier4_planning_rviz_plugin/src/path/display.cpp 0.00% <0.00%> (ø)
...clude/pid_longitudinal_controller/debug_values.hpp 50.00% <ø> (ø)
...nal_controller/src/pid_longitudinal_controller.cpp 39.59% <ø> (ø)
...ath_planner/scene_module/lane_change/interface.hpp 50.00% <ø> (ø)
...path_planner/src/marker_util/lane_change/debug.cpp 0.00% <0.00%> (ø)
...avior_path_planner/src/utils/lane_change/utils.cpp 0.85% <0.00%> (-0.01%) ⬇️
.../behavior_velocity_blind_spot_module/src/debug.cpp 0.00% <0.00%> (ø)
...avior_velocity_intersection_module/src/manager.cpp 0.00% <0.00%> (ø)
...ity_intersection_module/src/scene_intersection.cpp 0.00% <0.00%> (ø)
...ity_intersection_module/src/scene_intersection.hpp 0.00% <ø> (ø)
... and 11 more

... and 136 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 035bee4 into tier4/main May 29, 2023
@tier4-autoware-public-bot tier4-autoware-public-bot bot deleted the sync-upstream branch May 29, 2023 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.