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

Merged
merged 6 commits into from
Jul 11, 2022
Merged

chore: sync upstream #85

merged 6 commits into from
Jul 11, 2022

Conversation

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

@tier4-autoware-public-bot tier4-autoware-public-bot bot commented Jul 11, 2022

taikitanaka3 and others added 3 commits July 11, 2022 06:15
* fix(run_out): fix uninitialized ptr

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* chore: use make optional

Co-authored-by: Tomohito ANDO <tomohito.ando@tier4.jp>

* chore: use make optional

Co-authored-by: Tomohito ANDO <tomohito.ando@tier4.jp>
…1298)

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
* feat(radar_fusion_to_detected_object): add yaw gate

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

* fix setting paraper

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

* enable config file

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

* update README

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

* ci(pre-commit): autofix

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

* fix bug

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

* add const

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

* ci(pre-commit): autofix

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

* Update perception/radar_fusion_to_detected_object/src/radar_fusion_to_detected_object.cpp

Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com>
Signed-off-by: scepter914 <scepter914@gmail.com>

* ci(pre-commit): autofix

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

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com>
@codecov-commenter
Copy link

codecov-commenter commented Jul 11, 2022

Codecov Report

Merging #85 (53cb78c) into tier4/main (f8ba10b) will decrease coverage by 0.74%.
The diff coverage is 0.00%.

@@              Coverage Diff              @@
##           tier4/main     #85      +/-   ##
=============================================
- Coverage        4.97%   4.22%   -0.75%     
=============================================
  Files              80     102      +22     
  Lines            6519    7520    +1001     
  Branches         3379    3313      -66     
=============================================
- Hits              324     318       -6     
- Misses           5920    6994    +1074     
+ Partials          275     208      -67     
Flag Coverage Δ
differential 4.22% <0.00%> (-0.73%) ⬇️
Impacted Files Coverage Δ
...object/include/radar_fusion_to_detected_object.hpp 0.00% <ø> (ø)
...ted_object/src/radar_fusion_to_detected_object.cpp 0.00% <0.00%> (ø)
...de/radar_object_fusion_to_detected_object_node.cpp 0.00% <0.00%> (ø)
..._planner/include/scene_module/blind_spot/scene.hpp 0.00% <ø> (ø)
planning/behavior_velocity_planner/src/node.cpp 0.47% <0.00%> (+0.01%) ⬆️
...city_planner/src/scene_module/blind_spot/debug.cpp 0.00% <0.00%> (ø)
...city_planner/src/scene_module/blind_spot/scene.cpp 0.00% <0.00%> (ø)
...elocity_planner/src/scene_module/run_out/scene.cpp 0.00% <ø> (ø)
...nner/include/utilization/boost_geometry_helper.hpp 25.00% <0.00%> (-3.95%) ⬇️
...vior_velocity_planner/test/src/test_grid_utils.cpp 23.52% <0.00%> (-3.40%) ⬇️
... and 59 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f8ba10b...53cb78c. Read the comment docs.

tkimura4 and others added 3 commits July 11, 2022 18:39
* fix: avoid same name nodes in detection module

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

* add node_name of object_association_merger

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

* Update launch/tier4_perception_launch/launch/object_recognition/detection/camera_lidar_fusion_based_detection.launch.xml

Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com>

* Update launch/tier4_perception_launch/launch/object_recognition/detection/camera_lidar_fusion_based_detection.launch.xml

Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com>

* Update launch/tier4_perception_launch/launch/object_recognition/detection/lidar_based_detection.launch.xml

Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com>

* apply pre-commit

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com>
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
…t CUDA (#1306)

* fix(image_projection_based_fusion): fix build for environments without CUDA

Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>

* fix(image_projection_based_fusion_build): create data folder regardless of CUDA_AVAIL

Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
Copy link
Collaborator

@shmpwk shmpwk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

release note ok!

@tier4-autoware-public-bot tier4-autoware-public-bot bot merged commit 5364fa2 into tier4/main Jul 11, 2022
@tier4-autoware-public-bot tier4-autoware-public-bot bot deleted the sync-upstream branch July 11, 2022 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants