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

Merged
merged 55 commits into from
Mar 29, 2023
Merged

chore: sync upstream #328

merged 55 commits into from
Mar 29, 2023

Conversation

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

@tier4-autoware-public-bot tier4-autoware-public-bot bot commented Mar 18, 2023

Features

Bug Fixes

Code Refactoring

Performance Improvements

Tests

Builds

Chores

satoshi-ota and others added 3 commits March 17, 2023 13:15
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
…#3108)

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
@codecov-commenter
Copy link

codecov-commenter commented Mar 18, 2023

Codecov Report

Patch coverage: 8.85% and project coverage change: +9.32 🎉

Comparison is base (948a1d5) 4.65% compared to head (1a3b3f7) 13.98%.

📣 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     #328      +/-   ##
==============================================
+ Coverage        4.65%   13.98%   +9.32%     
==============================================
  Files             118      465     +347     
  Lines           12169    46724   +34555     
  Branches         5426    21676   +16250     
==============================================
+ Hits              567     6535    +5968     
- Misses          11047    31801   +20754     
- Partials          555     8388    +7833     
Flag Coverage Δ
differential 13.98% <8.85%> (+9.32%) ⬆️
Impacted Files Coverage Δ
.../rtc_manager_rviz_plugin/src/rtc_manager_panel.cpp 0.00% <0.00%> (ø)
...ier4_perception_rviz_plugin/src/tools/car_pose.cpp 0.00% <0.00%> (ø)
..._controller/include/mpc_lateral_controller/mpc.hpp 46.66% <ø> (ø)
...dinal_controller/longitudinal_controller_utils.hpp 35.00% <ø> (ø)
...l_controller/src/longitudinal_controller_utils.cpp 83.33% <ø> (ø)
...tcloud_map_loader/pointcloud_map_loader_module.cpp 20.00% <ø> (ø)
...ck/include/bytetrack/bytetrack_visualizer_node.hpp 0.00% <0.00%> (ø)
perception/bytetrack/lib/include/byte_tracker.h 0.00% <0.00%> (ø)
perception/bytetrack/lib/src/byte_tracker.cpp 0.00% <0.00%> (ø)
perception/bytetrack/lib/src/kalman_filter.cpp 0.00% <0.00%> (ø)
... and 47 more

... and 371 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

@github-actions github-actions bot added documentation Improvements or additions to documentation perception labels Mar 19, 2023
TakaHoribe and others added 3 commits March 19, 2023 14:45
…tion#3084)

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

Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
…ng different tensorrt models (autowarefoundation#2794)

* feat(traffic_light_classifier): add params to launch file

Signed-off-by: Zeynep Akbalık <zeynep@leodrive.ai>

---------

Signed-off-by: Zeynep Akbalık <zeynep@leodrive.ai>
Co-authored-by: Zeynep Akbalık <zeynep@leodrive.ai>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
awf-autoware-bot bot and others added 12 commits March 27, 2023 00:14
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
* feat(bytetrack): initial port

* refactor(bytetrack): apply naming rule

* feat(bytetrack): add a visualizer node

* docs(bytetrack): add readme and clarify the license

* style(pre-commit): autofix

* chore(bytetrack): update/add lisence declaration

* docs(bytetrack): specify commit hash to GitHub link

* chore: remove unused file

* style(bytetrack): rewrite function names to be lower snake case according to style rules

* style: eliminate pre-commit error

* fix(bytetrack): small bug correction and removing target specific condition

* chore(bytetrack): re-order lisence statements

* style(pre-commit): autofix

* docs(bytetrack): Update README

* build(bytetrack): use autoware_cmake to reduce boilerplate code

* feat(bytetrack): add a flag to switch visualizer execution

* fix(bytetrack): delete unused package from package.xml

* fix(bytetrack): remove lint_cmake error

* ci(bytetrack): Update package.xml

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
refactor(mpc): remove old library

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: takayuki5168 <takayuki5168@users.noreply.github.com>
…efoundation#3168)

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

* feat(autonomous_emergency_braking): add readme

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

* reformat

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>
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
* chore(map_loader): add a ROS 2 test

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* style(pre-commit): autofix

* debug

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* style(pre-commit): autofix

* added other tests too

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* style(pre-commit): autofix

* fix pre-commit

Signed-off-by: kminoda <koji.minoda@tier4.jp>

---------

Signed-off-by: kminoda <koji.minoda@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…generation (autowarefoundation#3102)

fix(lane_change): use previous module drivable lanes in drivable area generation

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
badai-nguyen and others added 9 commits March 28, 2023 09:21
…ed_compare_map_filter (autowarefoundation#3087)

* feat: add interface to dynamic loader

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

* refactor: refactoring

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

* refactor: refactoring

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

* refactor: refactoring

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

* docs: update readme

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

* chore: add default param and todo

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

* chore: typo

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

* chore: typo

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

* fix: remove unnecessary neighbor voxels calculation

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

* fix: add neighbor map_cell checking

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

* fix: neighbor map grid check

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

---------

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
…interrupted by RTC (autowarefoundation#3185)

Signed-off-by: Mamoru Sobue <hilo.soblin@gmail.com>
…n#3187)

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
…owarefoundation#3188)

fix(map_loader): address deprecated warning for some version

Signed-off-by: kminoda <koji.minoda@tier4.jp>
…class size (autowarefoundation#3101)

* Add a check for the class size between the model and the config

Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>

* Changed std::cout for logger calls
Fixed typos

Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>

* Missed some couts

Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>

* Changed to the standard rclcpp logger

Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>

* Deleted unused logic

Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>

* Update perception/lidar_centerpoint/lib/network/tensorrt_wrapper.cpp

Co-authored-by: Yusuke Muramatsu <yukke42@users.noreply.github.com>

---------

Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
Co-authored-by: Yusuke Muramatsu <yukke42@users.noreply.github.com>
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
…ation#3179)

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
@tier4-autoware-public-bot tier4-autoware-public-bot bot merged commit e7c5389 into tier4/main Mar 29, 2023
@tier4-autoware-public-bot tier4-autoware-public-bot bot deleted the sync-upstream branch March 29, 2023 08:34
maxime-clem pushed a commit to maxime-clem/autoware.universe that referenced this pull request Feb 7, 2024
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.