Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

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

increas initial acceleration in bus acceleration file

change initial acceleration search interval to avoid using 0 acceleration as 2nd point for search interpolation
parent 8715dc7d
No related branches found
No related tags found
No related merge requests found
...@@ -298,7 +298,7 @@ namespace TUGraz.VectoCore.Configuration ...@@ -298,7 +298,7 @@ namespace TUGraz.VectoCore.Configuration
/// The initial search interval for the operating point search in the driver. /// The initial search interval for the operating point search in the driver.
/// </summary> /// </summary>
public static readonly MeterPerSquareSecond OperatingPointInitialSearchIntervalAccelerating = public static readonly MeterPerSquareSecond OperatingPointInitialSearchIntervalAccelerating =
0.1.SI<MeterPerSquareSecond>(); 0.09.SI<MeterPerSquareSecond>();
public static readonly PerSecond EngineIdlingSearchInterval = 10.SI<PerSecond>(); public static readonly PerSecond EngineIdlingSearchInterval = 10.SI<PerSecond>();
......
v [km/h],acc [m/s],dec [m/s] v [km/h],acc [m/s],dec [m/s]
0,0.1,-1 0,0.2,-1
7,1.1,-1 7,1.1,-1
25,1.1,-1 25,1.1,-1
50,0.6,-1 50,0.6,-1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment