Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

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
Tags milestones/1.1-beta4
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