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

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

testing shorter time limits for consecutive shifts

parent 00734dec
No related branches found
No related tags found
No related merge requests found
......@@ -188,8 +188,8 @@ namespace TUGraz.VectoCore.Models.Declaration
private const double ShiftPolygonEngineFldMargin = 0.98;
public static readonly Second MinTimeBetweenGearshifts = 1.5.SI<Second>();
public static readonly Second DownshiftAfterUpshiftDelay = 10.SI<Second>();
public static readonly Second UpshiftAfterDownshiftDelay = 10.SI<Second>();
public static readonly Second DownshiftAfterUpshiftDelay = 6.SI<Second>();
public static readonly Second UpshiftAfterDownshiftDelay = 6.SI<Second>();
public static readonly MeterPerSquareSecond UpshiftMinAcceleration = 0.1.SI<MeterPerSquareSecond>();
......
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