-
Notifications
You must be signed in to change notification settings - Fork 34
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
chore: sync upstream #628
Conversation
…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>
…efoundation#4080) Signed-off-by: Fumiya Watanabe <rej55.g@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>
…4053) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…change module (autowarefoundation#4087) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Codecov ReportPatch coverage:
❗ 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
☔ View full report in Codecov by Sentry. |
Features
Bug Fixes
Documentation
Code Refactoring
Chores