Browse Source

adding link for example

pull/746/head
lee 3 years ago committed by Christopher Fremond
parent
commit
b6e5beb0e6
  1. 4
      subjects/smart-road/README.md
  2. 6
      subjects/smart-road/audit/README.md

4
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).
---

6
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)?

Loading…
Cancel
Save