Skip to content
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]Smoother headland generation #3510

Closed
gsShooter opened this issue Oct 8, 2024 · 2 comments · Fixed by #3518
Closed

[Feature]Smoother headland generation #3510

gsShooter opened this issue Oct 8, 2024 · 2 comments · Fixed by #3518
Labels
enhancement New feature or request
Milestone

Comments

@gsShooter
Copy link

What is the problem this feature/enhancement solves?
If the field border is not 100% smooth, the course generated for the headland is very uneven.

Describe the solution you'd like
I would like to have some sort of smoothing of the generated headland course.

Additional context
I have used Courseplay version 7.4.2.3 and here I made a short video of the generated headland and it's behavior in the game.

Video link
https://youtu.be/yRfQ2xNVDt0

@gsShooter gsShooter added the enhancement New feature or request label Oct 8, 2024
@Tensuko
Copy link
Contributor

Tensuko commented Oct 9, 2024

Hmm the problem here is that it is already "smoothed" out by increasing the scan steps of the field border.
BUT when we set it back to the old value, you have again a higher chanze that the scan step jumps over to the next field and you will have the problem again that 2 fields are marked together. Thats what we wanted to solve with this.

@gsShooter
Copy link
Author

gsShooter commented Oct 9, 2024

Is it possible to smooth it out some more after scanning the field border?
Maybe consider only the coordinates for the smoothing that head roughly in the same direction?

@pvaiko pvaiko linked a pull request Oct 11, 2024 that will close this issue
@Tensuko Tensuko added this to the 7.4.2.4 milestone Oct 11, 2024
Tensuko added a commit that referenced this issue Oct 14, 2024
- Fix for #3491
- Fix for #3493
- Fix for #3506
- Fix for #3512
- Fix for #3515
- Fix for #3522
- Fix for #3524
- Fix invalid waypoint direction
- Added global setting for refilling fuel, so the driver won't stop when it run out of fuel. Players can drive near it with a tank wagon and it will fill up itself.
- Added vehicle setting for refilling consumables for basically all kind of consumables. The Driver will wait until the consumable is added by placing container near it or fill it up with a shovel or auger wagon. When nothing more is near the driver or nothing more is filled in withint a specific timethe driver will continue it's work.
- Smoother headlands #3510

Hopefully found the last bugs :)
Preparing now for ModHub? :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants