Commit 846d2e66 authored by Jose Ignacio Monreal Bailey's avatar Jose Ignacio Monreal Bailey
Browse files

Adding solver first changes

parent 57c76cb3
......@@ -114,7 +114,7 @@ public class TraciSimulationController implements VehicleController, SimulationS
/*
* prevent vehicles form teleporting (http://sumo.dlr.de/wiki/Simulation/Why_Vehicles_are_teleporting)
*/
_connection.addOption("time-to-teleport", Integer.toString(100));
_connection.addOption("time-to-teleport", Integer.toString(-1));
_connection.addOption("tripinfo-output.write-unfinished", "t");
String outputTripFileName = getTripOutputFilename(nextRandomInt);
_connection.addOption("tripinfo-output", outputTripFileName);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment