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

[BUG_SP]CLAAS XERION 5000 All-wheel steering mode with a trailer/equipment, struggle to follow the calculated route #3309

Closed
harokyang opened this issue Jun 23, 2024 · 6 comments
Labels
won't fix This will not be worked on

Comments

@harokyang
Copy link

harokyang commented Jun 23, 2024

Steps to reproduce
Drive a CLAAS XERION 5000
Tow something heavy like a DEMCO 2200 auger wagon, or KINZE 4905 planter
Let Courseplay to do the work, enable debug view, you can see Courseplay try to follow the calculated route but eventually off the chart

Actual behavior
Courseplay should be able to follow the calculated route
Because I can successfully drive the same turn of the calculated route in Front-Wheel steering mode myself

Expected behavior
Courseplay should drive CLAAS AXION 5000 in Front-Wheel steering mode when towing something
The All-Wheel steering mode is only good for turning if drive alone or attached with something with no wheel

Screenshots
CLAAS AXION 5000 + DEMCO 2200(Wheel)

Courseplay version
Version used: 7.4.1.3

@harokyang harokyang added the bug Something isn't working label Jun 23, 2024
@harokyang
Copy link
Author

harokyang commented Jun 23, 2024

Additional test shows that the weight of the trailer impact heavily on turning
I have 2 tests with the auger wagon empty or full
In Front-Wheel steering mode, the turning is almost the same for both empty and full wagon
In All-Wheel steering mode, the turning is much much much harder with full wagon than with empty wagon
Seems Courseplay calculated the route based on an empty wagon trailer, which is manageable
But if fully loaded and drive in All-Wheel steering mode, it is impossible

@Tensuko
Copy link
Contributor

Tensuko commented Jun 23, 2024

The fill level of the trailer doesnt matter at all for the course calculation...

But when the trailer hits the back wheel it blocks the tractor more with a full trailer.
However, we dont make a difference in the steering mode for turn radius and that wont change for fs22.

Will not fix it.
Use all wheel turn mode and if the radius is too small, then use our vehicle config (discribed on the wiki page).

@Tensuko Tensuko closed this as completed Jun 23, 2024
@Tensuko Tensuko added won't fix This will not be worked on and removed bug Something isn't working labels Jun 23, 2024
@harokyang
Copy link
Author

harokyang commented Jun 23, 2024

I followed the wiki and added the xml
But nothing changed for the generated course

<VehicleConfigurations>
    <Vehicle name="data/vehicles/claas/xerion5000.xml"
			 turnRadius = "5"
    />
</VehicleConfigurations>

Here is the game log about the xml reading
2024-06-23 17:48 :02 [info lp4986] Loading vehicle configuration from E:/Users/harok/Documents/My games/FarmingSimulator2022/modSettings/FS22_Courseplay/vehicleConfigurations.xml ...
2024-06-23 17:48 Warning: Loading file with invalid case 'E:/Users/harok/Documents/My games/FarmingSimulator2022/modSettings/FS22_Courseplay/vehicleConfigurations.xml'.
2024-06-23 17:48 :02 [info lp4986] Reading configuration for data/vehicles/claas/xerion5000.xml
2024-06-23 17:48 :02 [info lp4986] __ turnRadius = 100.0

I tried radius with 5, 10, 30, 50, 100
They all generated the same radius course

@harokyang harokyang changed the title [BUG_SP]CLAAS AXION 5000 All-wheel steering mode with a trailer/equipment, struggle to follow the calculated route [BUG_SP]CLAAS XERION 5000 All-wheel steering mode with a trailer/equipment, struggle to follow the calculated route Jun 23, 2024
@dkfiremann
Copy link

Have you tried without data/vehicles/claas/ ?
Wiki only says the xml filename, not a path.
Make sure that the filename match the xml filename that is also in your zipped mod.
image

@Tensuko
Copy link
Contributor

Tensuko commented Jun 23, 2024

You did it wrong.
Dont add the path, xml only!

@harokyang
Copy link
Author

You did it wrong. Dont add the path, xml only!

Thanks, it's working now
I need to increase the turnRadius from 8 to 13 to manage the course

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
won't fix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants