Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
PeerfactSim.KOM
Commits
846d2e66
Commit
846d2e66
authored
Jul 03, 2018
by
Jose Ignacio Monreal Bailey
Browse files
Adding solver first changes
parent
57c76cb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/topology/movement/vehicular/sumo/simulation/controller/traci/TraciSimulationController.java
View file @
846d2e66
...
@@ -114,7 +114,7 @@ public class TraciSimulationController implements VehicleController, SimulationS
...
@@ -114,7 +114,7 @@ public class TraciSimulationController implements VehicleController, SimulationS
/*
/*
* prevent vehicles form teleporting (http://sumo.dlr.de/wiki/Simulation/Why_Vehicles_are_teleporting)
* prevent vehicles form teleporting (http://sumo.dlr.de/wiki/Simulation/Why_Vehicles_are_teleporting)
*/
*/
_connection
.
addOption
(
"time-to-teleport"
,
Integer
.
toString
(
1
00
));
_connection
.
addOption
(
"time-to-teleport"
,
Integer
.
toString
(
-
1
));
_connection
.
addOption
(
"tripinfo-output.write-unfinished"
,
"t"
);
_connection
.
addOption
(
"tripinfo-output.write-unfinished"
,
"t"
);
String
outputTripFileName
=
getTripOutputFilename
(
nextRandomInt
);
String
outputTripFileName
=
getTripOutputFilename
(
nextRandomInt
);
_connection
.
addOption
(
"tripinfo-output"
,
outputTripFileName
);
_connection
.
addOption
(
"tripinfo-output"
,
outputTripFileName
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment