Skip to content

fix(DeliveryJobs): 修复货物识别错误和 ADB 下无法滑动的问题#1095

Merged
he0119 merged 2 commits intomainfrom
fix/delivery-jobs-adb
Mar 8, 2026
Merged

fix(DeliveryJobs): 修复货物识别错误和 ADB 下无法滑动的问题#1095
he0119 merged 2 commits intomainfrom
fix/delivery-jobs-adb

Conversation

@he0119
Copy link
Contributor

@he0119 he0119 commented Mar 8, 2026

Summary by Sourcery

更新 DeliveryJobs PackCargo 流水线配置,以改进货物识别并调整 ADB 滚动行为。

Bug 修复:

  • 调整货物打包流水线配置,以修正货物识别错误。
  • 修改 DeliveryJobs 配置,以在 ADB 环境下运行时恢复滑动/滚动行为。
Original summary in English

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.

Copilot AI review requested due to automatic review settings March 8, 2026 00:25
Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

嗨——我已经审查了你的改动,看起来非常棒!


Sourcery 对开源项目是免费的——如果你觉得我们的代码审查有帮助,请考虑分享给更多人 ✨
帮我变得更有用!请在每条评论上点击 👍 或 👎,我会根据你的反馈改进之后的代码审查。
Original comment in English

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

该 PR 聚焦于 DeliveryJobs 装箱流程的稳定性:通过更精确的等待区域与滑动动作,减少货物识别误判,并修复 ADB 控制器下滚动/滑动不生效的问题。

Changes:

  • 将选物品循环节点的 pre_wait_freezes 从简单毫秒值升级为带 time+target 的配置,以指定等待画面稳定的区域。
  • 提高关键货物模板匹配阈值(0.8 -> 0.95),降低误识别概率。
  • 将“滚动”动作从 Scroll 改为 Swipe,并显式设置起止点、时长与抬手等待,提升 ADB 下滑动兼容性与可控性。

@he0119 he0119 merged commit d611e05 into main Mar 8, 2026
21 checks passed
@he0119 he0119 deleted the fix/delivery-jobs-adb branch March 8, 2026 00:43
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants