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

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

new constant for max weight EMS truck.

parent 272e2d10
No related branches found
No related tags found
No related merge requests found
......@@ -167,6 +167,7 @@ namespace TUGraz.VectoCore.Configuration
public static readonly Meter GearboxLookaheadForAccelerationEstimation = 100.SI<Meter>();
public static Kilogram MaximumGrossVehicleWeight = 40000.SI<Kilogram>();
public static Kilogram MaximumGrossVehicleWeightEMS = 60000.SI<Kilogram>();
// the torque converter characteristics curve has to be defined up to this speed ratio
public const double RequiredTorqueConverterSpeedRatio = 2.2;
......
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