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

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
/// The initial search interval for the operating point search in the driver.
/// </summary>
public static readonly MeterPerSquareSecond OperatingPointInitialSearchIntervalAccelerating =
0.1.SI<MeterPerSquareSecond>();
0.09.SI<MeterPerSquareSecond>();
public static readonly PerSecond EngineIdlingSearchInterval = 10.SI<PerSecond>();
......
v [km/h],acc [m/s],dec [m/s]
0,0.1,-1
0,0.2,-1
7,1.1,-1
25,1.1,-1
50,0.6,-1
......
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