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

Merged
merged 6 commits into from
Jul 10, 2022
Merged

chore: sync upstream #82

merged 6 commits into from
Jul 10, 2022

Conversation

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

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

kosuke55 and others added 4 commits July 8, 2022 19:09
* feat(planning): pass through for reverse driving

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

* behavior_velocity: functionalization

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>

* obstacle_avoidance_planner: functionalization

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>

* obstacle_stop_planner: functionalize

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>

* add missing comment, code from original code

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>

Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com>
* fix(behavior_path_planner): revert road shoulder margin to zero

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

* change center threshold default parameter

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

* Revert "change center threshold default parameter"

This reverts commit 5888e9b.

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
… with multiple shift point case (#1295)

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
* feat(behavior_path_planner): update pull_over module

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

* use tf2_geometry_msgs/tf2_geometry_msgs.hpp for humble

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

* fix werror of humble

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

* fix test

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

* fix goal change bug when starting drive

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
@codecov-commenter
Copy link

codecov-commenter commented Jul 9, 2022

Codecov Report

Merging #82 (3b1772b) into tier4/main (ad96297) will decrease coverage by 0.01%.
The diff coverage is 7.09%.

@@              Coverage Diff               @@
##           tier4/main      #82      +/-   ##
==============================================
- Coverage       10.12%   10.11%   -0.02%     
==============================================
  Files             651      648       -3     
  Lines           52903    53304     +401     
  Branches        14640    15135     +495     
==============================================
+ Hits             5358     5393      +35     
- Misses          42083    42431     +348     
- Partials         5462     5480      +18     
Flag Coverage Δ
differential 10.09% <7.09%> (-0.02%) ⬇️
Impacted Files Coverage Δ
...ils/test/src/trajectory/test_path_with_lane_id.cpp 24.84% <0.00%> (ø)
...ware_utils/test/src/trajectory/test_trajectory.cpp 31.40% <0.00%> (-0.23%) ⬇️
...llower/test/test_longitudinal_controller_utils.cpp 53.87% <0.00%> (ø)
map/lanelet2_extension/lib/utilities.cpp 8.62% <0.00%> (-0.28%) ⬇️
...lanner/scene_module/avoidance/avoidance_module.hpp 0.00% <0.00%> (ø)
...lanner/scene_module/pull_over/pull_over_module.hpp 0.00% <0.00%> (ø)
...th_planner/scene_module/scene_module_interface.hpp 0.00% <ø> (ø)
...or_path_planner/src/behavior_path_planner_node.cpp 0.22% <0.00%> (-0.02%) ⬇️
...er/src/scene_module/avoidance/avoidance_module.cpp 0.00% <0.00%> (ø)
...er/src/scene_module/pull_over/pull_over_module.cpp 0.00% <0.00%> (ø)
... and 32 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 ad96297...3b1772b. Read the comment docs.

rej55 and others added 2 commits July 9, 2022 12:17
…#1268)

* fix(tier4_autoware_utils): fix exception handling (WIP)

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

* fix(tier4_autoware_utils): fix for overlapping points and test

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

* fix(tier4_autoware_utils): formatting

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

* fix(trajectory_follower): fix for overlapping points and test

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

* ci(pre-commit): autofix

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* feat(tier4_perception_launch): add radar launcher (#1263)

* feat(tier4_perception_launch): add radar launcher

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

* ci(pre-commit): autofix

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* fix reviewed by #1263

* fix format

* fix default arg

* Revert "fix default arg"

This reverts commit 72b2690.

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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.

All PRs are in release note!

@tier4-autoware-public-bot tier4-autoware-public-bot bot merged commit dc37962 into tier4/main Jul 10, 2022
@tier4-autoware-public-bot tier4-autoware-public-bot bot deleted the sync-upstream branch July 10, 2022 23:02
maxime-clem pushed a commit to maxime-clem/autoware.universe that referenced this pull request Feb 7, 2024
* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
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.

6 participants