fix(DeliveryJobs): 修复货物识别错误和 ADB 下无法滑动的问题#1095
Merged
Conversation
Contributor
There was a problem hiding this comment.
嗨——我已经审查了你的改动,看起来非常棒!
帮我变得更有用!请在每条评论上点击 👍 或 👎,我会根据你的反馈改进之后的代码审查。
Original comment in English
Hey - I've reviewed your changes and they look great!
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Contributor
There was a problem hiding this comment.
Pull request overview
该 PR 聚焦于 DeliveryJobs 装箱流程的稳定性:通过更精确的等待区域与滑动动作,减少货物识别误判,并修复 ADB 控制器下滚动/滑动不生效的问题。
Changes:
- 将选物品循环节点的
pre_wait_freezes从简单毫秒值升级为带time+target的配置,以指定等待画面稳定的区域。 - 提高关键货物模板匹配阈值(
0.8 -> 0.95),降低误识别概率。 - 将“滚动”动作从
Scroll改为Swipe,并显式设置起止点、时长与抬手等待,提升 ADB 下滑动兼容性与可控性。
MistEO
pushed a commit
that referenced
this pull request
Mar 9, 2026
## Summary by Sourcery 更新 DeliveryJobs PackCargo 流水线配置,以改进货物识别并调整 ADB 滚动行为。 Bug 修复: - 调整货物打包流水线配置,以修正货物识别错误。 - 修改 DeliveryJobs 配置,以在 ADB 环境下运行时恢复滑动/滚动行为。 <details> <summary>Original summary in English</summary> ## Summary by Sourcery Update DeliveryJobs PackCargo pipeline configuration for cargo recognition and ADB scrolling behavior. Bug Fixes: - Adjust cargo packing pipeline configuration to correct cargo recognition errors. - Modify DeliveryJobs configuration to restore swipe/scroll behavior when running under ADB. </details>
MistEO
pushed a commit
that referenced
this pull request
Mar 9, 2026
## Summary by Sourcery 更新 DeliveryJobs PackCargo 流水线配置,以改进货物识别并调整 ADB 滚动行为。 Bug 修复: - 调整货物打包流水线配置,以修正货物识别错误。 - 修改 DeliveryJobs 配置,以在 ADB 环境下运行时恢复滑动/滚动行为。 <details> <summary>Original summary in English</summary> ## Summary by Sourcery Update DeliveryJobs PackCargo pipeline configuration for cargo recognition and ADB scrolling behavior. Bug Fixes: - Adjust cargo packing pipeline configuration to correct cargo recognition errors. - Modify DeliveryJobs configuration to restore swipe/scroll behavior when running under ADB. </details>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by Sourcery
更新 DeliveryJobs PackCargo 流水线配置,以改进货物识别并调整 ADB 滚动行为。
Bug 修复:
Original summary in English
Summary by Sourcery
Update DeliveryJobs PackCargo pipeline configuration for cargo recognition and ADB scrolling behavior.
Bug Fixes: