Skip to content

sensorlab/Localization-toolbox

Repository files navigation

Localization toolbox with cooperative localization algorithms version 2.0

Localization toolbox with cooperative localization algorithms is a python framework, which enables developing, testing and evaluation of various localization algorithms. The localization algorithms evaluation can be based on simulated radio environments as well on radio environment based on measurements obtained from various testbeds.

The detail user maunal can be found on Programs/Python/docs/_build/html/index.html.

The project directory structure is as follows: Localization toolbox: * Data

o csv o json o npy o txt o xls o xyz
  • Figures
    o Raster o Vector
  • Programs
    o Python
  • bin
  • docs
  • misc
  • RE
  • Results
  • temp
  • tests

Data directory consists of various data files for conducting the experiment. Comma separated value files are stored in csv subdirectory, JSON files in json subdirectory, python data file in npy directory, different data files in txt subdirectory, MS excel files in xls subdirectory, and txt data with xyz format in xyz subdirectory.

Figures directory contain two subdirectories namely, the first for storing raster files, and the second one contains the figure vector figures.

The main python files of the toolbox are stored in Programs/Python. The directory contains following subdirectories: bin, docs, RE, misc, Results, temp and tests.

The experiments are stored in bin subdirectory.

docs subdirectory contains the documentation of a localization toolbox (docs_buildhtmlindex.html) and this readme file.

Three application interfaces to JSON files, project initialization file and various GIS routines are stored in misc subdirectory.

RE directory contains the description of radio environment: * Radio_env.py

o class: RadioEnvironment: describes radio environment
  • Raster_map.py
    o class: RasterMap: describes raster map o class: RasterMaps: set of raster maps
  • Radio_Net.py
    o class: RadioNode: describes radio node o class: RadioNetwork: describes radio network, a set of radio nodes
  • Measurements.py:
    o class: Measurement: describes a single measurement o class: Trace: a set of radio measurements
  • Cooperative_Localization.py:
    o class: BP_message: belief propagation message o class: BP_message_list: a set(list) of belief propagation messages o class: BP_beliefs: a set of beliefs o class: BP_beliefs: a set of beliefs o class: BP_beliefs: a set of beliefs o function: ConvexRelax_localization: estimates agents location using convex relaxation method

Results directory contains temporary simulation results. Temporary files should be stored in temp directory.

misc directory contains the classes and files for managing GIS data and other input output files: * iniProject

o a set of procedures for managing the directory structure of the project
  • GIS.py
    o a set of procedures for conversion between different GIS coordinate systems o class: google_map: a class to prepare the presentation of the results in Google maps
bin directory contains examples how to build the experiment:
o Exp_Cooperative_localization: a python script demo for cooperative localization o Exp_Localizatation_LS_FP: a python script demo for least squares and finger printing localization o Cooperative_Localization: a test environment for developing new cooperative localization techniques

Building experiment: The experiment using toolbox contains following steps: * Setting up radio environment

o Setup a Region map o Setup a Anchor network o Setup a Agents network o Setup a reference network
  • Generate or read measurements at specified location/locations
  • Implement a localization algorithm in python script
  • Perform a localization experiment
  • Plot/Analyse experiment results

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages