-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
[Feature] Generall precall for unloader #42
Comments
But it should only do this as long as grain cart doesn't have to chase another combine already ;) |
This can get really complex if we have fruit avoidance turned on for the unloader, as it will try to stay on the field. If the combine works on the fist headland, any location that would make sense to 'precall' the unloader to, would still be unharvested and thus, by default the unloader's pathfinding would take forever and then fail, a) because the target is in fruit, b) the combine would be in the way. Calling the unloader to a point which the combine already harvested may work, but then, we'd really need to check if that makes sense because the pocket could be closer the the unloader's waiting point than this precall location if the combine gets around the field before full. Not saying it's not possible but would probably be a good topic for a thesis. |
@rohne83 any unloader registered to a combine can't be called to another combine. @pvaiko I would just make it a bit more times aving only. |
That would be really useful. I know you don't want to allow us to alter the precall level (like AD does), but I have the same issue in large fields on the centre runs. Trailer is miles away from the combine. I'm sure @blubstar86 also experiences this if he's on large field maps alot. |
Could the trailer not periodically move closer to the combine? IRL when I was grain carting, I would move closer to the combine every now and then, so I was not too far away when the precall lights came on showing he was getting full. Is that type of functionality possible @pvaiko ? perhaps every now and then drive to a couple of hundred metres behind the combine? |
Feedback from IRL experience is always very welcome. And sure, that would be possible (everything is possible, most often the question of priorities as devs have a life too...). We could check our fill level forecast on the first headland at least and see if it makes sense to call an unloader to follow us, for which would have to introduce a new state. What @Tensuko recommended is the easiest, and would help at least a bit. |
I understand. Spent many years driving combines and performing all arable operations. I sell agricultural machinery these days though. Thank you for all your effort into this mod and the rest of the team. It is appreciated, it's fantastic. |
IRL the grain cart will often follow the combines on headland. But ofc you have to take into account that there may be more than one combine, and the others could need unloading before the leading one. |
All this is a reason to not overcomplicate that and rather keep it simple and have a small benefit :) |
Ooops, sorry for the big discussion. Not sure if i understod everything correct above. Maybe it could work like this: first headland / first row of lands
ofc dont make it too complex, if it would take to much time for just a tiny benefit |
What is the problem this feature/enhancement solves?
When combine is in first headland or in first row of lands (pipe in fruit) he calls the unloader when he made the pocket for him.
Describe the solution you'd like
Combine calls the unloader earlier behind him, so he isnt that far away when the pocket is done.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
The text was updated successfully, but these errors were encountered: