korneevm / Indoor-navigation-algorithms

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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.


Languages

Language:Objective-C 76.1%Language:Java 14.1%Language:C++ 9.5%Language:HTML 0.2%Language:C 0.0%Language:Shell 0.0%