OpenFLAME

OpenFLAME is a global-scale federated and widely-distributed mapping and localization service. FLAME stands for Federated Localization and Mapping Engine. Here, we provide the documentation and links to some tools built for OpenFLAME. For more details about the motivation behind the project, its architecture and workings, see the paper.

  1. Repositories
  2. Design
  3. Tools
    1. VPS Map server
    2. Geo-domain Explorer
    3. Waypoint Tagger

Repositories

All the repositories related to OpenFLAME is in the openflam Github organization. Some important repositories are:

Design

Architecture

The above figure shows the architecture of OpenFLAME and the steps involved in an OpenFLAME query. OpenFLAME is implemented as an open source npm package. The package code is available on Github.

See the paper for full details on OpenFLAME, its architecture, use cases and philosophy.

Tools

VPS Map server

VPS map server is a reference implementation that provides the Visual Positioning Service (VPS) using neural-network based feature extractor and matcher. The server provide both map creation and localization endpoints. We also provide an augmented reality application that displays the tagged waypoints against the real-world using the VPS. See Map Server section for documentation on how to create and localize against maps.

Geo-domain Explorer

Geo-domain Explorer tool visualizes the geo-domains that are queried by a OpenFLAME device for a given location and confidence radius. It also automates the creation of DNS records needed to register a map server to make it discoverable by OpenFLAME. See Geo-domain explorer section for documentation.

Geo Domain Creator Tool Demo

Waypoint Tagger

Waypoint Tagger tool helps map creators visualize their 3D map and tag waypoints on it. The creators can also export their waypoints to be used with the map server. See Waypoint Tagger section for documentation.

Second Tool Configure Demo