hjamal3 / multilateration

Simple multilateration solver using Ceres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multilateration

Multilateration: the process of determining locations of points by measurement of distances from known points.

This C++ sample uses a nonlinear least squares solver from Ceres to solve for the multilateration problem.
A Matlab script is also provided to generate some sample data to test with.

Trilateration: 3 beacons
Multilateration: > 3 beacons

See below for more on the multilateration problem: https://en.wikipedia.org/wiki/Multilateration

Dependencies: Ceres - http://ceres-solver.org/index.html

Instructions:
git clone https://github.com/hjamal3/multilateration.git
cd multilateration
mkdir build
cd build
cmake ..
make
./multilateration

About

Simple multilateration solver using Ceres


Languages

Language:C++ 78.2%Language:MATLAB 15.3%Language:CMake 6.5%