Merge pull request #76 in VECTO/vecto-sim from...
Merge pull request #76 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:feature/VECTO-121-driver-strategy-allow-overspeed to develop * commit '96532a45': (23 commits) adapt testcases in vecto 2 and vecto 3 to match each other bugfix/workaround geherating plots: -1 is interpreted as 'invalid value' - filter out all -1 values... comandline utility to generate graphs more tests for overspeed (truck & coach), comparison with vecto 2.2 adapt driving strategy tests handle overload response when braking (i.e. vehicle already decelerates more than intended attach units to constants (comparison) driverActionBrake: only adapt deceleration if already braking with max. deceleration graphwriter: plot acceleration SI Class comparison: tolerance has to have same SI unit bugfix brakes: brake torque is always positive! consistent naming of driverstrategytests output of modal results output format gradient fixed version of shift strategy writing graphs for overspeed tests correct testdata truck to match vetco 2.2 attempt to improve overspeed driving behavior logging in combustionEngine bugfix in searchBrakingPower ...
No related branches found
No related tags found
Showing
- GraphDrawer/App.config 6 additions, 0 deletionsGraphDrawer/App.config
- GraphDrawer/GraphDrawer.csproj 64 additions, 0 deletionsGraphDrawer/GraphDrawer.csproj
- GraphDrawer/Program.cs 22 additions, 0 deletionsGraphDrawer/Program.cs
- GraphDrawer/Properties/AssemblyInfo.cs 36 additions, 0 deletionsGraphDrawer/Properties/AssemblyInfo.cs
- VECTO.sln 10 additions, 0 deletionsVECTO.sln
- VectoCore/Configuration/Constants.cs 6 additions, 5 deletionsVectoCore/Configuration/Constants.cs
- VectoCore/Models/Simulation/Data/ModalResult.cs 1 addition, 1 deletionVectoCore/Models/Simulation/Data/ModalResult.cs
- VectoCore/Models/SimulationComponent/IShiftStrategy.cs 13 additions, 4 deletionsVectoCore/Models/SimulationComponent/IShiftStrategy.cs
- VectoCore/Models/SimulationComponent/Impl/AxleGear.cs 6 additions, 1 deletionVectoCore/Models/SimulationComponent/Impl/AxleGear.cs
- VectoCore/Models/SimulationComponent/Impl/Brakes.cs 2 additions, 1 deletionVectoCore/Models/SimulationComponent/Impl/Brakes.cs
- VectoCore/Models/SimulationComponent/Impl/CombustionEngine.cs 9 additions, 1 deletion...oCore/Models/SimulationComponent/Impl/CombustionEngine.cs
- VectoCore/Models/SimulationComponent/Impl/DefaultDriverStrategy.cs 112 additions, 46 deletions.../Models/SimulationComponent/Impl/DefaultDriverStrategy.cs
- VectoCore/Models/SimulationComponent/Impl/DistanceBasedDrivingCycle.cs 1 addition, 1 deletion...els/SimulationComponent/Impl/DistanceBasedDrivingCycle.cs
- VectoCore/Models/SimulationComponent/Impl/Driver.cs 19 additions, 14 deletionsVectoCore/Models/SimulationComponent/Impl/Driver.cs
- VectoCore/Models/SimulationComponent/Impl/Gearbox.cs 22 additions, 23 deletionsVectoCore/Models/SimulationComponent/Impl/Gearbox.cs
- VectoCore/Models/SimulationComponent/Impl/ShiftStrategy.cs 160 additions, 114 deletionsVectoCore/Models/SimulationComponent/Impl/ShiftStrategy.cs
- VectoCore/Models/SimulationComponent/Impl/Vehicle.cs 53 additions, 12 deletionsVectoCore/Models/SimulationComponent/Impl/Vehicle.cs
- VectoCore/Models/SimulationComponent/Impl/Wheels.cs 6 additions, 2 deletionsVectoCore/Models/SimulationComponent/Impl/Wheels.cs
- VectoCore/Utils/SI.cs 16 additions, 10 deletionsVectoCore/Utils/SI.cs
- VectoCoreTest/GraphProgram.cs 7 additions, 0 deletionsVectoCoreTest/GraphProgram.cs
Loading
Please register or sign in to comment