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

enable look-ahead coasting and overspeed for primary bus

parent b7804268
Branches
Tags
No related merge requests found
......@@ -26,7 +26,7 @@ namespace TUGraz.VectoCore.InputData.Reader.DataObjectAdapter
public override DriverData CreateDriverData()
{
var retVal = base.CreateDriverData();
retVal.LookAheadCoasting.Enabled = false;
retVal.LookAheadCoasting.Enabled = true;
return retVal;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment