Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 6a720006 authored by Guillaume ALIX's avatar Guillaume ALIX
Browse files

forbid gearshift for very low time step on APTN transmission

- fix issue 551 : braking powersearch issue on vehicle with IEPC with 3 Gears
- in fact it is a problem of short brake phase during which a gearshift
is made: upshift so fast that it brakes too much without brake
(due to automatic gearbox configuration with no torque interruption)
- fix: forbid gearshift for these really reduced timestep, but only
for APTN
- note: this type of approach is already implemented driver.cs
for clutch engaging (1C-->1L) with the variable postponeEngage
- with this fix, the upshift is made on next timestep
- tested on other vehicle cases without regression and no consumption difference
parent 5e47f1d8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment