-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: revert changes for the field edge detection
The attempt to better detect boundaries between fields very close together resulted in zigzagged field edges and currently we don't have a good way to straighten them out. Therefore, revert the field scanner change, it is better sometimes not correctly detecting fields when they are very close together than often generate zigzagged headlands.
- Loading branch information
Peter Vaiko
committed
Oct 18, 2024
1 parent
232de91
commit d6e5c5e
Showing
3 changed files
with
8 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters