simulation: Set stop time to 15 s
This commit is contained in:
parent
ffd7b0a822
commit
34f242b474
|
@ -7,7 +7,7 @@ import network from "./network.json";
|
|||
const server = "http://localhost:4321";
|
||||
|
||||
// Time to stay at each stop (milliseconds)
|
||||
const stopTime = 10000;
|
||||
const stopTime = 15000;
|
||||
|
||||
// Step used to compute the vehicle bearing (meters)
|
||||
const angleStep = 10;
|
||||
|
|
Loading…
Reference in New Issue