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

Skip to content
Snippets Groups Projects
Commit 93a80029 authored by Michael KRISPER's avatar Michael KRISPER
Browse files

set lower time bound a little bit lower (testcase: Truck40t_CoachCycle_RefLoad finally runs)

parent 73a72566
No related branches found
No related tags found
No related merge requests found
......@@ -92,8 +92,10 @@ namespace TUGraz.VectoCore.Configuration
/// </summary>
public static readonly Second MeasuredSpeedTargetTimeInterval = 1.SI<Second>();
public static readonly Second LowerBoundTimeInterval = 0.25.SI<Second>();
/// <summary>
/// The lower time bound before braking is initiated.
/// </summary>
public static readonly Second LowerBoundTimeInterval = 0.2.SI<Second>();
/// <summary>
/// simulation interval if the vehicle stands still
......
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