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

Merged
merged 9 commits into from
Apr 29, 2023
Merged

chore: sync upstream #399

merged 9 commits into from
Apr 29, 2023

Conversation

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

Features

Bug Fixes

Code Refactoring

purewater0901 and others added 9 commits April 28, 2023 14:45
…ts (autowarefoundation#3567)

* feat(behavior_path_planner): use lanelets for getting backward lanelets

Signed-off-by: yutaka <purewater0901@gmail.com>

* update

Signed-off-by: yutaka <purewater0901@gmail.com>

---------

Signed-off-by: yutaka <purewater0901@gmail.com>
…centerpoint's training (autowarefoundation#3571)

Fixed a typo in the documentation related to centerpoint

Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
… condition (autowarefoundation#3572)

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…n#3547)

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…top line in RTC (autowarefoundation#3573)

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…utowarefoundation#3415)

* implement dynamic avoidance module

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

* update

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

* update

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

* fix spell

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

* update

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

* Update planning/behavior_path_planner/src/scene_module/dynamic_avoidance/dynamic_avoidance_module.cpp

Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com>

* Update planning/behavior_path_planner/include/behavior_path_planner/scene_module/dynamic_avoidance/dynamic_avoidance_module.hpp

Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com>

* Update planning/behavior_path_planner/docs/behavior_path_planner_dynamic_avoidance_design.md

Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com>

* dealt with review

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

* update test

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

* disable dynamic avoidance with old architecture, and pass build CI

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>
Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com>
…#3578)

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
…ndation#3450)

* fix(radar_tracks_msgs_converter_node): add DetectedObjects output

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

* fix typo

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

* fix(radar_tracks_msgs_converter_node): add DetectedObjects output

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

* fix typo

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

* update launcher

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

---------

Signed-off-by: scepter914 <scepter914@gmail.com>
@github-actions github-actions bot added common documentation Improvements or additions to documentation launch perception planning labels Apr 29, 2023
@codecov-commenter
Copy link

Codecov Report

Patch coverage: 2.01% and project coverage change: -3.18 ⚠️

Comparison is base (eeaff15) 12.94% compared to head (279b64a) 9.76%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@              Coverage Diff              @@
##           tier4/main    #399      +/-   ##
=============================================
- Coverage       12.94%   9.76%   -3.18%     
=============================================
  Files             260     207      -53     
  Lines           25958   19644    -6314     
  Branches        14013    9918    -4095     
=============================================
- Hits             3359    1918    -1441     
+ Misses          18882   15718    -3164     
+ Partials         3717    2008    -1709     
Flag Coverage Δ
differential 9.76% <2.01%> (-3.18%) ⬇️
Impacted Files Coverage Δ
...on/tier4_planning_rviz_plugin/src/path/display.cpp 0.00% <0.00%> (ø)
...sgs_converter/radar_tracks_msgs_converter_node.hpp 0.00% <ø> (ø)
...onverter_node/radar_tracks_msgs_converter_node.cpp 0.00% <0.00%> (ø)
...ner/include/behavior_path_planner/data_manager.hpp 46.66% <ø> (ø)
...ule/dynamic_avoidance/dynamic_avoidance_module.hpp 0.00% <0.00%> (ø)
...r_path_planner/src/marker_util/avoidance/debug.cpp 0.00% <0.00%> (ø)
...er/src/scene_module/avoidance/avoidance_module.cpp 3.41% <ø> (+<0.01%) ⬆️
...lanner/src/scene_module/avoidance_by_lc/module.cpp 0.00% <0.00%> (ø)
...ule/dynamic_avoidance/dynamic_avoidance_module.cpp 0.00% <0.00%> (ø)
...th_planner/src/scene_module/lane_change/normal.cpp 6.76% <0.00%> (+0.02%) ⬆️
... and 7 more

... and 86 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 ac916af into tier4/main Apr 29, 2023
11 of 13 checks passed
@tier4-autoware-public-bot tier4-autoware-public-bot bot deleted the sync-upstream branch April 29, 2023 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
common documentation Improvements or additions to documentation launch perception planning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants