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

Merged
merged 26 commits into from
Dec 20, 2022
Merged

chore: sync upstream #205

merged 26 commits into from
Dec 20, 2022

Conversation

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

@tier4-autoware-public-bot tier4-autoware-public-bot bot commented Dec 13, 2022

Features

Bug Fixes

Code Refactoring

Tests

Chores

…ndation#2417)

* first commit

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

* ci(pre-commit): autofix

* added module load in _node.cpp

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

* ci(pre-commit): autofix

* create pcd metadata dict when either of the flag is true

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

* ci(pre-commit): autofix

* fix readme

* ci(pre-commit): autofix

Signed-off-by: kminoda <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
@codecov-commenter
Copy link

codecov-commenter commented Dec 13, 2022

Codecov Report

Base: 11.55% // Head: 12.28% // Increases project coverage by +0.72% 🎉

Coverage data is based on head (ee9a389) compared to base (9a3613b).
Patch coverage: 4.65% of modified lines in pull request are covered.

Additional details and impacted files
@@              Coverage Diff               @@
##           tier4/main     #205      +/-   ##
==============================================
+ Coverage       11.55%   12.28%   +0.72%     
==============================================
  Files             415      768     +353     
  Lines           44122    61937   +17815     
  Branches        16146    19428    +3282     
==============================================
+ Hits             5100     7609    +2509     
- Misses          32784    45600   +12816     
- Partials         6238     8728    +2490     
Flag Coverage Δ
differential 12.28% <4.65%> (+0.72%) ⬆️
Impacted Files Coverage Δ
...ponent_interface_tools/src/service_log_checker.cpp 0.00% <0.00%> (ø)
...ol/operation_mode_transition_manager/src/state.cpp 0.00% <0.00%> (ø)
...ol/operation_mode_transition_manager/src/state.hpp 0.00% <ø> (ø)
...ctory_follower/include/trajectory_follower/mpc.hpp 46.66% <ø> (ø)
...r/src/map_height_fitter/map_height_fitter_core.cpp 0.00% <0.00%> (ø)
...r/src/map_height_fitter/map_height_fitter_node.cpp 0.00% <0.00%> (ø)
...loud_map_loader/differential_map_loader_module.cpp 0.00% <0.00%> (ø)
...intcloud_map_loader/pointcloud_map_loader_node.cpp 2.17% <0.00%> (ø)
...map_based_prediction/map_based_prediction_node.hpp 0.00% <ø> (ø)
...based_prediction/src/map_based_prediction_node.cpp 0.00% <0.00%> (ø)
... and 424 more

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 at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

purewater0901 and others added 4 commits December 13, 2022 18:19
…ignal decider (autowarefoundation#2494)

* feat(behavior_path_planner): clean drivable area code

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

* make a function for turn signal decider

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

Signed-off-by: yutaka <[email protected]>
purewater0901 and others added 4 commits December 14, 2022 11:28
…2498)

* feat(behavior_path_planner): fix overlap checker

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

* remove reserve

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

Signed-off-by: yutaka <[email protected]>
…stance (autowarefoundation#2499)

* feat(behavior_path_planner): fix find nearest function from lateral distance

* empty commit
kminoda and others added 2 commits December 16, 2022 09:29
* first commit

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

* move function

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

* now works

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

* ci(pre-commit): autofix

* update readme

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

* ci(pre-commit): autofix

* clarify how to enable partial mao loading interface

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

* ci(pre-commit): autofix

* update readme

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

* ci(pre-commit): autofix

* Update localization/pose_initializer/config/pose_initializer.param.yaml

Co-authored-by: Takagi, Isamu <[email protected]>

* 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>
Co-authored-by: Takagi, Isamu <[email protected]>
…terminal (autowarefoundation#2511)

* refactor(multi_object_tracker): clean noisy tf warning message

Signed-off-by: Takamasa Horibe <[email protected]>

* enable code

Signed-off-by: Takamasa Horibe <[email protected]>

Signed-off-by: Takamasa Horibe <[email protected]>
takayuki5168 and others added 3 commits December 18, 2022 13:23
…warefoundation#2507)

* feat(obstacle_cruies_planner): improve pid_based cruise planner

Signed-off-by: Takayuki Murooka <[email protected]>

* fix

Signed-off-by: Takayuki Murooka <[email protected]>

* update param in tier4_planning_launch

Signed-off-by: Takayuki Murooka <[email protected]>

Signed-off-by: Takayuki Murooka <[email protected]>
…oundation#2516)

* feat(behavior_path_planner): remove unnecessary parameters

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

* remove from static_centerline_optimizer

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

Signed-off-by: yutaka <[email protected]>
…#2518)

* update cruise plot juggler

Signed-off-by: Takayuki Murooka <[email protected]>

* update

Signed-off-by: Takayuki Murooka <[email protected]>

* rename

Signed-off-by: Takayuki Murooka <[email protected]>

Signed-off-by: Takayuki Murooka <[email protected]>
takayuki5168 and others added 7 commits December 19, 2022 10:14
owner(tier4_autoware_utils): add maintainers

Signed-off-by: Takayuki Murooka <[email protected]>

Signed-off-by: Takayuki Murooka <[email protected]>
…efoundation#2486)

* feat(behavior_path_planner): output multiple candidate paths

Signed-off-by: Fumiya Watanabe <[email protected]>

* feat(behavior_path_planner): get path candidate in behavior tree manager

Signed-off-by: Fumiya Watanabe <[email protected]>

* feature(behavior_path_planner): add create publisher method

Signed-off-by: Fumiya Watanabe <[email protected]>

* feature(behavior_path_planner): move publishers to node

Signed-off-by: Fumiya Watanabe <[email protected]>

* feature(behavior_path_planner): remove unnecessary publisher

Signed-off-by: Fumiya Watanabe <[email protected]>

* feat(behavior_path_planner): move reset path candidate function to behavior tree manager

Signed-off-by: Fumiya Watanabe <[email protected]>

Signed-off-by: Fumiya Watanabe <[email protected]>
* feat(tier4_autoware_utils): add toHexString

Signed-off-by: Takayuki Murooka <[email protected]>

* fix

Signed-off-by: Takayuki Murooka <[email protected]>

Signed-off-by: Takayuki Murooka <[email protected]>
…ll over (autowarefoundation#2478)

* feat(behavior_path_planner): keep original points in resampling

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

* Update planning/behavior_path_planner/src/path_utilities.cpp

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

* change motion_utils::overlap_threshold to 0.2 and use it

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

* Revert "change motion_utils::overlap_threshold to 0.2 and use it"

This reverts commit edfb2d5.

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

* keep input points only in pull over

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

* Add comment of temporary processe

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

Signed-off-by: kosuke55 <[email protected]>
@tier4-autoware-public-bot tier4-autoware-public-bot bot merged commit f15689e into tier4/main Dec 20, 2022
@tier4-autoware-public-bot tier4-autoware-public-bot bot deleted the sync-upstream branch December 20, 2022 02:22
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.