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

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

set tc to locked for initializing test-container in shift strategy

parent aa9c5fa3
No related branches found
No related tags found
No related merge requests found
......@@ -124,6 +124,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl
// initialize vehicle so that vehicleStopped of the testcontainer is false (required for test-runs)
TestContainerGbx.Gear = 2;
TestContainerGbx.TorqueConverterLocked = true;
TestContainer.VehiclePort.Initialize(10.KMPHtoMeterPerSecond(), 0.SI<Radian>());
if (runData.Cycle.CycleType == CycleType.MeasuredSpeed) {
......
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