Commit 7eea607
Apply pvaiko round-4 review items (1-9, 11, 12)
- Fix debug strings: 'Call grain cart' -> 'manual unloader' (CpAIFieldWorker)
- getCombineStrategy(): proxy-first order, remove misleading comment
- driveBesideCombine(): update doc comment; use ppc:getNormalLookaheadDistance() getter
- PurePursuitController: add getNormalLookaheadDistance() getter
- Add AGENTS.md: 'always use getters to access member variables'
- setupFollowCourse(): move manual-combine placeholder logic here, use Course.createStraightForwardCourse
- startCourseFollowingCombine(): remove now-inlined placeholder block and unused followCourseRefreshTime init
- Revert startPathfindingToWaitingCombine to near-upstream (no isManualCombine param/tuning)
- Revert call site and onPathfindingDoneToWaitingCombine redirect-timer init
- Revert driveToCombine() straight-line redirect block
- CollisionAvoidanceController: exclude manual combines from course-intersection check; revert to direct getCpDriveStrategy() call
- getDriveData(): disable PPC off-track check unconditionally when manual proxy is active; remove redundant call from unloadMovingCombine
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f149b30 commit 7eea607
5 files changed
Lines changed: 77 additions & 152 deletions
File tree
- scripts
- ai
- strategies
- specializations
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
85 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
86 | 84 | | |
87 | 85 | | |
88 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
239 | 243 | | |
240 | 244 | | |
241 | 245 | | |
| |||
0 commit comments