Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
6.01.00148 Combine pull back only with pathfinding active
Browse files Browse the repository at this point in the history
#3474 and #3476. Until we get mode 2 behave correctly. Will also
need to tweak on returning from the pullback so we don't hit the
unloading tractor.
  • Loading branch information
pvaiko committed Mar 25, 2019
1 parent 5074c2c commit 2ca13e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CombineAIDriver.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function CombineAIDriver:changeToFieldworkUnloadOrRefill()
-- is our pipe in the fruit? (assuming pipe is on the left side)
self:checkFruit()
-- TODO: check around turn maneuvers we may not want to pull back before a turn
if self.fruitLeft > self.fruitRight then
if self.vehicle.cp.realisticDriving and self.fruitLeft > self.fruitRight then
local pullBackCourse = self:createPullBackCourse()
if pullBackCourse then
self:debug('Pipe in fruit, pulling back to make room for unloading')
Expand Down
2 changes: 1 addition & 1 deletion modDesc.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="40">
<version>6.01.00147</version>
<version>6.01.00148</version>
<author><![CDATA[Courseplay.devTeam]]></author>
<title>
<br>CoursePlay SIX</br>
Expand Down

0 comments on commit 2ca13e0

Please sign in to comment.