-
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 #629
chore: sync upstream #629
Conversation
…k_stopline (autowarefoundation#4086) Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
…tion#4089) fix: remove unintended bounding boxes with zero value Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp>
…p line idx is 0 (autowarefoundation#4097) do not plan if detection area is not empty and stop line idx is 0 Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…arefoundation#4095) * fix(lane_change): do not prematurely combine lane change lanes Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * directly using utils Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> --------- Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
…owarefoundation#4099) * feat: add visualization node of traffic light recognition result Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * docs: update readme Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * chore: change image Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> --------- Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
…efoundation#4102) fix:replace motorbike with motorcycle Signed-off-by: tzhong518 <sworgun@gmail.com>
…towarefoundation#4108) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
* refactor(avoidance): remove macro Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * refactor(behavior_path_planner): remove macro Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * refactor(start_planner): remove macro Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * refactor(goal_planner): remove macro Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * refactor(side_shift): remove macro Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * refactor(lane_change): remove macro Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * refactor(dynamic_avoidance): remove macro Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * refactor(behavior_path_planner): remove files Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- 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 #629 +/- ##
==============================================
- Coverage 13.24% 12.82% -0.43%
==============================================
Files 114 113 -1
Lines 13405 14086 +681
Branches 6927 7693 +766
==============================================
+ Hits 1776 1807 +31
- Misses 9480 9944 +464
- Partials 2149 2335 +186
☔ View full report in Codecov by Sentry. |
Features
Bug Fixes