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

Skip to content
Snippets Groups Projects
Commit f34a1616 authored by Stefanos Doumpoulakis's avatar Stefanos Doumpoulakis
Browse files

bugfix: EngineeringVTP factory adds TorqueDriftCorrection info

parent 929366a2
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,8 @@ namespace TUGraz.VectoCore.InputData.Reader.Impl
MissionType = MissionType.VerificationTest
};
runData.DriverData = Driverdata;
runData.TorqueDriftLeftWheel = JobInputData.TorqueDriftLeftWheel;
runData.TorqueDriftRightWheel = JobInputData.TorqueDriftRightWheel;
return runData;
});
}
......
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