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

Merged
merged 12 commits into from
Jun 28, 2023
Merged

chore: sync upstream #628

merged 12 commits into from
Jun 28, 2023

Conversation

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

Features

Bug Fixes

Documentation

Code Refactoring

Chores

tkimura4 and others added 12 commits June 27, 2023 10:36
…ate (autowarefoundation#4060)

* feat: use vehicle_stop_checker for  judging vehicle stop vehicle_cmd_gate

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

* remove unused include

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

---------

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
* feat(tensorrt_yolox): add support for yolox-sPlus-opt

Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp>

* feat(tensorrt_yolox): add launchers for each available model

Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp>

* style(pre-commit): autofix

* fix(tensorrt_yolox.cpp): add if-guard to check empty string

Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp>

* feat: download a calibration file to use the new model on TensorRT 8.0 environment

Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp>

* refactor: change variable name to adjust to the launcher option

Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp>

* refactor: fix obvious missspelling

Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp>

* docs: update README

- add brief description for yolox-sPlus-opt
- emphasizing that ONNX -> engine conversion time may take long

Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp>

* style: change file name for consistency

Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp>

---------

Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…on#4088)

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…ation#4091)

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…foundation#4090)

* refactor(lane_change): add namespace for lane-change-cancel

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

* fix indent

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

* lane_change_cancel -> cancel

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

---------

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
…n#4076)

* fix(lane_change): enrich lane change debug markers

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

* fix testing error and add some info

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

* Added  polygon id

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

* include valid path

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

* remove unused marker

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

* update documentation

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

---------

Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
…abort can be performed (autowarefoundation#4083)

* feat(lane_change): add param for abort execution margin

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

* fix precommit

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

* fix for merge

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

* update readme

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

* fix doc

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

---------

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
…nTurnSignalInfo (autowarefoundation#4085)

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…change module (autowarefoundation#4087)

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

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
@github-actions github-actions bot added control documentation Improvements or additions to documentation launch perception planning labels Jun 28, 2023
@codecov-commenter
Copy link

Codecov Report

Patch coverage: 11.36% and project coverage change: +1.18 🎉

Comparison is base (3e12df8) 12.69% compared to head (0443a08) 13.88%.

❗ 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     #628      +/-   ##
==============================================
+ Coverage       12.69%   13.88%   +1.18%     
==============================================
  Files             131      109      -22     
  Lines           14054    12793    -1261     
  Branches         6977     6927      -50     
==============================================
- Hits             1784     1776       -8     
+ Misses           9988     8868    -1120     
+ Partials         2282     2149     -133     
Flag Coverage Δ
differential 13.88% <11.36%> (+1.18%) ⬆️
Impacted Files Coverage Δ
control/vehicle_cmd_gate/src/vehicle_cmd_gate.cpp 0.29% <0.00%> (ø)
control/vehicle_cmd_gate/src/vehicle_cmd_gate.hpp 0.00% <ø> (ø)
...avior_path_planner/marker_util/debug_utilities.hpp 0.00% <ø> (ø)
...th_planner/scene_module/lane_change/base_class.hpp 16.27% <0.00%> (ø)
..._planner/utils/avoidance/avoidance_module_data.hpp 0.00% <ø> (ø)
...nner/utils/lane_change/lane_change_module_data.hpp 50.00% <ø> (ø)
...nner/include/behavior_path_planner/utils/utils.hpp 45.45% <ø> (ø)
...or_path_planner/src/behavior_path_planner_node.cpp 18.31% <0.00%> (-0.06%) ⬇️
...path_planner/src/marker_util/lane_change/debug.cpp 0.00% <0.00%> (ø)
...ath_planner/src/scene_module/avoidance/manager.cpp 14.28% <0.00%> (ø)
... and 8 more

... and 36 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 49bb76c into tier4/main Jun 28, 2023
@tier4-autoware-public-bot tier4-autoware-public-bot bot deleted the sync-upstream branch June 28, 2023 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
control documentation Improvements or additions to documentation launch perception planning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants