From b6e5beb0e60c9aed122e0183703c8ec11670be25 Mon Sep 17 00:00:00 2001 From: lee Date: Wed, 24 Feb 2021 17:31:56 +0000 Subject: [PATCH] adding link for example --- subjects/smart-road/README.md | 4 ++-- subjects/smart-road/audit/README.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/subjects/smart-road/README.md b/subjects/smart-road/README.md index 66b911c5..02e85002 100644 --- a/subjects/smart-road/README.md +++ b/subjects/smart-road/README.md @@ -137,7 +137,7 @@ The statistics must include: - Max velocity of all vehicles - Min velocity of all vehicles - Max time that took the vehicles to pass the intersection (for all vehicles the one that took more) - - The time starts to count whenever the vehicle is detected by the **smart intersection algorithm** until the end of the intersection + - The time starts to count whenever the vehicle is detected by the **smart intersection algorithm** until the end of the intersection, when the vehicle is removed from the canvas. - Min time that took the vehicles to pass the intersection (for all vehicles the one that took less) - Close calls, this is when both vehicles pass each other with a violation o the safe distance. @@ -145,7 +145,7 @@ The statistics must include: ### Example -You can see an example [here](TODO-LINK). +You can see an example [here](https://youtu.be/ChJZIjFjydA). --- diff --git a/subjects/smart-road/audit/README.md b/subjects/smart-road/audit/README.md index d22c8c7c..14a2cb55 100644 --- a/subjects/smart-road/audit/README.md +++ b/subjects/smart-road/audit/README.md @@ -88,6 +88,12 @@ ###### Did it also displayed the "Close calls", if there were any? +##### Try to generate on vehicle and see how much time the vehicle takes to leave the intersection, then exit the application and compare the time statistics. + +###### Is the max time equal to the min time? + +###### And if so is the time correct compared from the time you counted? + #### General ###### Is it not possible to spam the creation of vehicles(by pressing the arrow keys to many times)?