platisd / indoor-navigation-system

[WIP] An indoor navigation system to guide users towards their colleagues' desks
Apache License 2.0
15 stars 13 forks source link

Resolution of RSSIdatasets to location coordinates; Untested. #59

Closed lexious89 closed 6 years ago

lexious89 commented 6 years ago

Description

Estimate location resolution from 3 wifi nodes by trilateration.

Solved issue(s)

56

codecov-io commented 6 years ago

Codecov Report

Merging #59 into dev will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev      #59   +/-   ##
=======================================
  Coverage   36.55%   36.55%           
=======================================
  Files           8        8           
  Lines         331      331           
=======================================
  Hits          121      121           
  Misses        210      210

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e5d5c3e...872acb1. Read the comment docs.

lexious89 commented 6 years ago

Untested with reference to functional test which may require some collaboration.

platisd commented 6 years ago

Yeah, I think untested code in that sense could be fine in the dev branch (but not in master) if it doesn't break other the functionality of other components. I was mainly referring to unit tests. :+1:

samup4web commented 6 years ago

Closed until we have a ready pull request.