-
Notifications
You must be signed in to change notification settings - Fork 110
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
A. D. does not use the setting "Restrict pathfinder to field" #1116
Comments
"Search for the path only within the boundaries of the field"? 🤔 If there is a catch line for AD around the field, then set the field exit strategy to "nearest". |
"Restrict pathfinder to field" - this option Edited first post.
I use this. It's no problem. |
Situation: The combine unloader took the fruit to the destination point, and returned to the field. The route point, marked as field number, is located next to the field, because otherwise the unloader will interfere with the combine. And when the combine calls the unloader, the "Restrict Pathfinder to Field" option is ignored. If the unloader is restarted inside the borders of the field, then this option is used. But, until the next departure of the unloader from the field for unloading. |
But this makes sense. If the unloader is outside field boundaries when it is started, how shall it be able to stay within the field boundaries? AD pathfinder is by far less complex than CP pathfinder, and I don't think it applies some kind of cost to the waypoints. So if it cannot find a path totally inside the field as it already is outside, I guess it will just ignore this setting |
If the task "unloading of the combine" and A.D. starts not within the borders of the field, then the setting "Restrict pathfinder to field" is ignored. As a result, in the fields of complex shape, A.D. tries to get to the combine on the shortest path, including through the relief.
Is it possible that at the beginning of his work he check the presence of the border of the field into a certain radius, and if there is a field, then he built a route inside the field?
For example, at first he crossed the border of the field, and then began to build a route to the combine, using the setting "Restrict pathfinder to field"?
The text was updated successfully, but these errors were encountered: