Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 52c9ed9a authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

Revert "Driver ApplyLimit DriverAcceleration switched"

This reverts commit 37001894.
parent b535e1cf
No related tags found
No related merge requests found
......@@ -483,7 +483,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl
var applyLimit = rollAction || tcOperatingPointSet;
var limitedOperatingPoint = LimitAccelerationByDriverModel(searchedOperatingPoint,
applyLimit ? LimitationMode.LimitDecelerationDriver : LimitationMode.NoLimitation);
applyLimit ? LimitationMode.NoLimitation : LimitationMode.LimitDecelerationDriver);
// compute speed at the end of the simulation interval. if it exceeds the limit -> return
var v2 = DataBus.VehicleInfo.VehicleSpeed +
......
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