simulation: Set stop time to 15 s

This commit is contained in:
Mattéo Delabre 2022-07-05 18:20:21 -04:00
parent ffd7b0a822
commit 34f242b474
Signed by: matteo
GPG Key ID: AE3FBD02DC583ABB
1 changed files with 1 additions and 1 deletions

View File

@ -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;