This project is mirrored from https://*****:*****@code.europa.eu/vecto/vecto.git.
Pull mirroring updated .
- Feb 20, 2023
-
-
Markus Quaritsch authored
-
- Apr 19, 2022
-
-
Michael KRISPER authored
-
- Mar 03, 2022
-
-
Markus Quaritsch authored
-
- Jan 25, 2022
-
-
Michael KRISPER authored
-
- Oct 21, 2021
-
-
Markus Quaritsch authored
allow emergencyshift if ICE is off so that EM speed stays with in range of ICE
-
Michael KRISPER authored
-
- Oct 14, 2021
-
-
Markus Quaritsch authored
hybrid strategy: calculation of gearshift penalty - if score is negative, multiply with penalty (instead of dividing) to get a worse rating
-
- Jun 17, 2021
-
-
Michael KRISPER authored
-
- Jun 07, 2021
-
-
Markus Quaritsch authored
adding testcase for P4 hybrid with torque limitations, additional fields in response (angledrive, axlegear)
-
- Apr 08, 2021
-
-
Markus Quaritsch authored
hybrid controller: add information on gearbox in case of overload (helpful for debugging cases with vehicle torque limitations)
-
- Apr 02, 2021
-
-
Markus Quaritsch authored
additional exclusion criteria in hybrid strategy: in case vehicle speed is below min speed during gearshift do no shift, if vehicle propulsion limit is set also check if this is exceeded. gearbox: set additional fields in response (dryrun) driver: handle the case that the engine speed is too high after a valid acceleration is found (due to vehicle propulsion limit)
-
- Mar 16, 2021
-
-
Markus Quaritsch authored
-
- Mar 10, 2021
-
-
Markus Quaritsch authored
-
- Feb 03, 2021
-
-
Markus Quaritsch authored
-
- Feb 01, 2021
-
-
Markus Quaritsch authored
- allow gearshifts during brake already when below downshift (even if min shift time did not pass) - if ICE operating point is already on drag curve (e.g. because auf a previous search) use this solution - different handlich of dryrunsolution - requestdryrun: correctly set state of AT gearbox etc. in test-powertrain - requestdryrun: handle brakes in testpowertrain
-
- Nov 27, 2020
-
-
Markus Quaritsch authored
-
- Nov 12, 2020
-
-
Markus Quaritsch authored
refactoring to use 'gearshift position' instead of uint (AMT) as well as uint and bool (AT) gearboxes. GearList contains ordered list of gears adapt shift strategies and interfaces.
-
Markus Quaritsch authored
-
- Oct 08, 2020
-
-
Markus Quaritsch authored
working on more stable hybrid strategy operating point: select on first non-dry-run request and only re-calcuclate if driving action chages. introduce new response that hybrid strategy operating point dos not match current request (ICE, and EM), add interface method to reset strategy operating point (e.g. from driver if the same action is repeated due to e.g. gearshift) enable moe testcases of hybrids adapt model data:
-
- Sep 29, 2020
-
-
Markus Quaritsch authored
more work on testcases with 'fixed operating point': new response in case different electric motor speed was used (i.e. max torque is different, max battery power is different) - re-evaluate hybrid strategy config
-
- Sep 24, 2020
-
-
Markus Quaritsch authored
if no thermal degrading is available in input data set it to high values (i.e. disable thermal buffer) provide debugging info (toString method) on hybridstrategy response, hybridcontroller response and em-settings
-
- Sep 04, 2020
-
-
Markus Quaritsch authored
fix case where gearshift happens and braking results in negative braking power - perform roll action
-
- Sep 02, 2020
-
-
Markus Quaritsch authored
-
- Aug 20, 2020
-
-
Markus Quaritsch authored
refactoring hybrid strategy: selecting best option - rewrite code to have a clearer decision tree for selecting best option move checks for ignore flags to extension method to avoid confusing and unreadable code
-
- Aug 05, 2020
-
-
Markus Quaritsch authored
adapt strategy to keep certain buffer to supply electric aux during engine-off periods (e.g. traction interruption during gearshift) set battery costs accordingly if battery approaches min soc level
-
- Jul 06, 2020
-
-
Markus Quaritsch authored
-
- Jun 26, 2020
-
-
Markus Quaritsch authored
-