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

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

slighlty increas tolerance for detecting vehicle stop (<2mm/s)

parent 521fabdd
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ namespace TUGraz.VectoCore.Configuration
public static readonly Meter DriverActionDistanceTolerance = 0.25.SI<Meter>();
public static readonly MeterPerSecond VehicleSpeedHaltTolerance = 1e-3.SI<MeterPerSecond>();
public static readonly MeterPerSecond VehicleSpeedHaltTolerance = 2e-3.SI<MeterPerSecond>();
/// <summary>
/// The initial search interval for the operating point search in the driver.
......
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