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 ba8d4c45 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

fix testcase: set driver acceleration - needed in shift strategy

parent 03bb0449
Branches
Tags
No related merge requests found
......@@ -207,6 +207,7 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponent
var vehicle = new MockVehicle(container);
container.AbsTime = 100.SI<Second>();
var driver = new MockDriver(container);
driver.DriverAcceleration = 0.SI<MeterPerSquareSecond>();
vehicle.MyVehicleSpeed = 10.KMPHtoMeterPerSecond();
driver.DriverBehavior = DrivingBehavior.Driving;
engine = new CombustionEngine(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment