From 4a8bf06b25828d982537dcb29e8c40ebe50d2d35 Mon Sep 17 00:00:00 2001 From: Markus Quaritsch <markus.quaritsch@tugraz.at> Date: Fri, 27 May 2016 13:08:44 +0200 Subject: [PATCH] increase constant for min. time interval --- VectoCore/VectoCore/Configuration/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VectoCore/VectoCore/Configuration/Constants.cs b/VectoCore/VectoCore/Configuration/Constants.cs index ed0032f966..c065245d4b 100644 --- a/VectoCore/VectoCore/Configuration/Constants.cs +++ b/VectoCore/VectoCore/Configuration/Constants.cs @@ -96,7 +96,7 @@ namespace TUGraz.VectoCore.Configuration /// <summary> /// The lower time bound before braking is initiated. /// </summary> - public static readonly Second LowerBoundTimeInterval = 0.2.SI<Second>(); + public static readonly Second LowerBoundTimeInterval = 0.25.SI<Second>(); /// <summary> /// simulation interval if the vehicle stands still -- GitLab