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

Merged
merged 23 commits into from
Jun 26, 2023
Merged

chore: sync upstream #617

merged 23 commits into from
Jun 26, 2023

Conversation

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

Features

Bug Fixes

Documentation

Code Refactoring

Performance Improvements

Builds

Reverts

Timple and others added 23 commits June 23, 2023 01:49
…icycle (autowarefoundation#4016)

* feat(avoidance): don't avoid pedestrian and bicycle on crosswalk

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* feat(avoidance): avoid pedestrian/bicycle near centerline

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* feat(utils): use geometry distance

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* chore(avoidance): add comment

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

---------

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…tive velocity (autowarefoundation#4047)

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
* refactor(crosswalk): minor refactoring

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

* update

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

---------

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
… ids for warning (autowarefoundation#4045)

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
autowarefoundation#4058)

fix(behavior_path_planner): print avoidance and lane change debug message

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

* feat(dynamic_avoidance): suppress flickering of dynamic avoidance launching

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

* update config

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

---------

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

* revert "fix(avoidance): don't clear waiting approval if raw shift line exists (autowarefoundation#4012)"

This reverts commit 8577563.

* fix(avoidance): update logic to keep waiting approval

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

---------

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

* fix(lane_change): fix debug visualization now showing

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

* renaming  the markers

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

---------

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

* feat(dynamic_avoidance): ignore cut-out vehicle

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

* update cut out decision policy

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

---------

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
* feat(mission_planner): add mrm route planner

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

* update

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

* update

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

* update

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

* update

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

* update

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

---------

Signed-off-by: yutaka <purewater0901@gmail.com>
…ta_time" (autowarefoundation#4064)

Revert "feat(behavior_path_planner): relax longitudinal_velocity_delta_time (autowarefoundation#4039)"

This reverts commit f6f3bab.
…efoundation#4043)

* fix(start_planner): not run other modules when back pull out

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

* fix reorder and value name

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

* Update planning/behavior_path_planner/include/behavior_path_planner/scene_module/start_planner/start_planner_module.hpp

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

---------

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com>
…4067)

Signed-off-by: Shin-kyoto <58775300+Shin-kyoto@users.noreply.github.com>
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
…ation#3679)

* perf(voxel_grid_downsample_filter): change to use faster_filter

Signed-off-by: atsushi421 <yff81986@nifty.com>

* perf(voxel_grid_downsample_filter): changed to not use pcl library

Signed-off-by: atsushi421 <yff81986@nifty.com>

* refactor: split faster_filter() into a separate class

Signed-off-by: atsushi421 <yff81986@nifty.com>

* style(pre-commit): autofix

* chore: restore old filter function

Signed-off-by: atsushi421 <yff81986@nifty.com>

* chore: rename

Signed-off-by: atsushi421 <yff81986@nifty.com>

* refactor: split filter into multiple functions

Signed-off-by: atsushi421 <yff81986@nifty.com>

* refactor: improve readability

Signed-off-by: atsushi421 <yff81986@nifty.com>

* style(pre-commit): autofix

* fix: pre-commit error

Signed-off-by: atsushi421 <yff81986@nifty.com>

* fix: copyright

Signed-off-by: atsushi421 <yff81986@nifty.com>

* fix: add const to calc_centroid()

Signed-off-by: atsushi421 <yff81986@nifty.com>

* refactor: define TransformInfo in separate file

Signed-off-by: atsushi421 <yff81986@nifty.com>

* style(pre-commit): autofix

* refactor: improve readability

Signed-off-by: atsushi421 <yff81986@nifty.com>

* chore: fix copyright

Signed-off-by: atsushi421 <yff81986@nifty.com>

* chore: fix copyright

Signed-off-by: atsushi421 <yff81986@nifty.com>

* fix: typo

Signed-off-by: atsushi421 <yff81986@nifty.com>

---------

Signed-off-by: atsushi421 <yff81986@nifty.com>
Co-authored-by: atsushi421 <yff81986@nifty.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…efoundation#4065)

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
@codecov-commenter
Copy link

Codecov Report

Patch coverage: 5.57% and project coverage change: -0.65 ⚠️

Comparison is base (3b162aa) 11.87% compared to head (a3c6ea2) 11.22%.

❗ 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     #617      +/-   ##
==============================================
- Coverage       11.87%   11.22%   -0.65%     
==============================================
  Files             174      215      +41     
  Lines           14983    21662    +6679     
  Branches         6954     9465    +2511     
==============================================
+ Hits             1779     2432     +653     
- Misses          10909    16189    +5280     
- Partials         2295     3041     +746     
Flag Coverage Δ
differential 11.22% <5.57%> (-0.65%) ⬇️
Impacted Files Coverage Δ
...id_map/laserscan_based_occupancy_grid_map_node.hpp 0.00% <ø> (ø)
...e/updater/occupancy_grid_map_updater_interface.hpp 0.00% <ø> (ø)
...id_map/laserscan_based_occupancy_grid_map_node.cpp 0.00% <0.00%> (ø)
...d_map/pointcloud_based_occupancy_grid_map_node.cpp 0.00% <0.00%> (ø)
...occupancy_grid_map_binary_bayes_filter_updater.cpp 0.00% <0.00%> (ø)
.../include/behavior_path_planner/planner_manager.hpp 18.86% <ø> (+18.86%) ⬆️
...ule/dynamic_avoidance/dynamic_avoidance_module.hpp 0.00% <0.00%> (ø)
...r_path_planner/scene_module/lane_change/normal.hpp 0.00% <ø> (-100.00%) ⬇️
...cene_module/start_planner/start_planner_module.hpp 0.00% <0.00%> (-50.00%) ⬇️
..._planner/utils/avoidance/avoidance_module_data.hpp 0.00% <ø> (ø)
... and 28 more

... and 199 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 2ecad48 into tier4/main Jun 26, 2023
@tier4-autoware-public-bot tier4-autoware-public-bot bot deleted the sync-upstream branch June 26, 2023 03:29
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.