This repository has been archived by the owner on Feb 26, 2021. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Original Issue: Call-for-Code/Frida#5
Purpose
Add escape routes on a school map
Description (Use Case)
Student is trapped inside the school which has the exit on the other side of the building. There are 4 rooms as well as 4 different paths to an exist. We are trying to find the fastest and safest path to the exist considering the shortest distance and the room conditions along the path. We want to avoid the path on which rooms are damaged.
To fulfill the above requirement, Frida sensor kit is installed in each room which are sending the room snapshots after a specific interval of time to Frida IOT servers. These images are send to Watson Studio VR model to analyze the conditions and realtime analysis is sent back to the app using sockets. The damage rooms are marked with red icons(cross) and other rooms are marked with green icons(check). Taking distance and rooms conditions into consideration, optimal path to an exit is presented to student on the app.
To setup the Frida IOT server, checkout How to Simulate Sensor data flow into application
Steps to run the maps:
My School
optionScreenshots (Different paths selection based on the total distance and room condition)
-- All rooms are fine
-- Room 1 is damaged
-- Room 2 is damaged
-- Room 4 is damaged