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

@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
…ng different tensorrt models (autowarefoundation#2794)

* feat(traffic_light_classifier): add params to launch file

Signed-off-by: Zeynep Akbalık <[email protected]>

---------

Signed-off-by: Zeynep Akbalık <[email protected]>
Co-authored-by: Zeynep Akbalık <[email protected]>
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 <[email protected]>
Co-authored-by: kenji-miyake <[email protected]>
* 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 <[email protected]>

---------

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

Signed-off-by: Takamasa Horibe <[email protected]>
…ion#3171)

* feat(autonomous_emergency_braking): add readme

Signed-off-by: yutaka <[email protected]>

* reformat

Signed-off-by: yutaka <[email protected]>

* update

Signed-off-by: yutaka <[email protected]>

* update

Signed-off-by: yutaka <[email protected]>

---------

Signed-off-by: yutaka <[email protected]>
* chore(map_loader): add a ROS 2 test

Signed-off-by: kminoda <[email protected]>

* style(pre-commit): autofix

* debug

Signed-off-by: kminoda <[email protected]>

* style(pre-commit): autofix

* added other tests too

Signed-off-by: kminoda <[email protected]>

* style(pre-commit): autofix

* fix pre-commit

Signed-off-by: kminoda <[email protected]>

---------

Signed-off-by: kminoda <[email protected]>
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 <[email protected]>
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 <[email protected]>

* refactor: refactoring

Signed-off-by: badai-nguyen <[email protected]>

* refactor: refactoring

Signed-off-by: badai-nguyen <[email protected]>

* refactor: refactoring

Signed-off-by: badai-nguyen <[email protected]>

* docs: update readme

Signed-off-by: badai-nguyen <[email protected]>

* chore: add default param and todo

Signed-off-by: badai-nguyen <[email protected]>

* chore: typo

Signed-off-by: badai-nguyen <[email protected]>

* chore: typo

Signed-off-by: badai-nguyen <[email protected]>

* fix: remove unnecessary neighbor voxels calculation

Signed-off-by: badai-nguyen <[email protected]>

* fix: add neighbor map_cell checking

Signed-off-by: badai-nguyen <[email protected]>

* fix: neighbor map grid check

Signed-off-by: badai-nguyen <[email protected]>

---------

Signed-off-by: badai-nguyen <[email protected]>
Signed-off-by: GitHub <[email protected]>
Co-authored-by: kenji-miyake <[email protected]>
…owarefoundation#3188)

fix(map_loader): address deprecated warning for some version

Signed-off-by: kminoda <[email protected]>
…class size (autowarefoundation#3101)

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

Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>

* Changed std::cout for logger calls
Fixed typos

Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>

* Missed some couts

Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>

* Changed to the standard rclcpp logger

Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>

* Deleted unused logic

Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>

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

Co-authored-by: Yusuke Muramatsu <[email protected]>

---------

Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
Co-authored-by: Yusuke Muramatsu <[email protected]>
@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
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.