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

Merged
merged 12 commits into from
Jul 3, 2023
Merged

chore: sync upstream #636

merged 12 commits into from
Jul 3, 2023

Conversation

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

Features

Bug Fixes

Documentation

Styles

Code Refactoring

Continuous Integrations

Chores

kosuke55 and others added 12 commits June 30, 2023 13:21
….cpp to manager (autowarefoundation#4124)

* refactor(behavior_path_planner): move parameter declare

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* refactor(start_planner): move parameter declare

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* refactor(side_shift): move parameter declare

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* refactor(goal_planner): move parameter declare

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* refactor(dynamic_avoidance): move parameter declare

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* refactor(lane_change): move parameter declare

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* refactor(avoidance): move parameter declare

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* refactor(avoidance_by_lane_change): move parameter declare

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

---------

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: isamu-takagi <isamu-takagi@users.noreply.github.com>
autowarefoundation#4110)

Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
Co-authored-by: Esteve Fernandez <esteve.fernadnez@tier4.jp>
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
* docs(mpc): add mpc document

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

* fix format

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

* Update control/mpc_lateral_controller/docs/mpc-algorithm-document.md

Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com>

* update

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

* update!

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

* update

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

* update

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

---------

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
* ci: add JSON Schema validation

Leverage the json-schema-check action from the autoware-github-actions
repository.

Issue-Id: SCM-6366
Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
Change-Id: I5f284e96b2eddc652a6da8c0338f92c411277c04

* Update .github/workflows/json-schema-check.yaml

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

---------

Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
@codecov-commenter
Copy link

Codecov Report

Patch coverage: 5.64% and project coverage change: +3.13 🎉

Comparison is base (f5b4053) 11.69% compared to head (679c94b) 14.82%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@              Coverage Diff               @@
##           tier4/main     #636      +/-   ##
==============================================
+ Coverage       11.69%   14.82%   +3.13%     
==============================================
  Files             245      247       +2     
  Lines           23818    24352     +534     
  Branches        11122    10982     -140     
==============================================
+ Hits             2785     3611     +826     
+ Misses          17723    16643    -1080     
- Partials         3310     4098     +788     
Flag Coverage Δ
differential 14.82% <5.64%> (+3.13%) ⬆️
Impacted Files Coverage Δ
...or_path_planner/scene_module/avoidance/manager.hpp 100.00% <ø> (ø)
...planner/scene_module/dynamic_avoidance/manager.hpp 0.00% <ø> (ø)
...path_planner/scene_module/goal_planner/manager.hpp 100.00% <ø> (ø)
...ath_planner/scene_module/lane_change/interface.hpp 50.00% <ø> (ø)
...r_path_planner/scene_module/side_shift/manager.hpp 100.00% <ø> (ø)
...ath_planner/scene_module/start_planner/manager.hpp 100.00% <ø> (ø)
...nner/utils/lane_change/lane_change_module_data.hpp 0.00% <0.00%> (-33.34%) ⬇️
...ner/src/scene_module/dynamic_avoidance/manager.cpp 0.00% <0.00%> (ø)
...ne_module/lane_change/avoidance_by_lane_change.cpp 0.00% <0.00%> (ø)
...planner/src/scene_module/lane_change/interface.cpp 5.06% <0.00%> (+0.01%) ⬆️
... and 8 more

... and 288 files with indirect coverage changes

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

@tier4-autoware-public-bot tier4-autoware-public-bot bot merged commit 39a6633 into tier4/main Jul 3, 2023
11 of 12 checks passed
@tier4-autoware-public-bot tier4-autoware-public-bot bot deleted the sync-upstream branch July 3, 2023 03:01
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.

10 participants