Skip to content

This is public repository of a Navigine company that develops different kinds of a navigation algorithms with the main focus on indoor navigation. Here we will step by step publish source code of our algorithm getting started from trilateration.

Notifications You must be signed in to change notification settings

gsemenov/Indoor-navigation-algorithms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Indoor-navigation-algorithms

This is a public repository of a Navigine company that develops different kinds of a navigation algorithms with the main focus on indoor navigation. Here we will step by step publish source code of our algorithms getting started from trilateration.

##Trilateration This is a method of determing coordinates of a device using measurements of pseudo distances to all visible beacons or signal transmitters. For navigation purposes you may also operate with RSSI readings. We use this algorithm for indoor navigation along with the distance/RSSI measurements from Bluetooth LE 4.0 Beacons.

Algorithm with all required functions and data structures is presented as class in trilateration.h, beacon.h files.

Example of the algorithm usage and filling of data structures you can find in a unit test for this source code in the test_trilateration.cpp file.

About

This is public repository of a Navigine company that develops different kinds of a navigation algorithms with the main focus on indoor navigation. Here we will step by step publish source code of our algorithm getting started from trilateration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 76.1%
  • Java 14.1%
  • C++ 9.6%
  • Other 0.2%