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

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

write min-velocity for lookahead to json file

parent f40a1a57
No related branches found
No related tags found
No related merge requests found
......@@ -308,7 +308,8 @@ Public Class JSONFileWriter
{"DF_offset", driver.Lookahead.CoastingDecisionFactorOffset},
{"DF_scaling", driver.Lookahead.CoastingDecisionFactorScaling},
{"DF_targetSpeedLookup", dfTargetSpeed},
{"Df_velocityDropLookup", dfVelocityDrop}})
{"Df_velocityDropLookup", dfVelocityDrop},
{"MinSpeed", driver.Lookahead.MinSpeed.AsKmph}})
End If
'Overspeed / EcoRoll
......
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