Multi-hop anchor initiliazer
Description
The multi-hop anchor initializer
Allows for a set of ranges between anchors (fixed tags) to be translated in a relative coordinate system of the
Principles of Multi-hop anchor initializer
The Multi-hop anchor initializer
algorithm is rooted in the idea of gradually incorporating anchors, considering both the existing anchor nodes’ positions and the available ranges with a prospective anchor node. In broad terms, it involves the following procedural steps:
- Acquire ranges between anchors
- Determine the position of at least three anchor nodes manually
- Select an anchor to be positioned
- Solve the position problem
- Repeat step 3-4 until no more anchors can be added
Advantages of Multi-hop anchor initializer
- Reduced installation time
- Robust results in Line-of-Sight (LoS) conditions
- Scability
input: Set of ranges between anchors, position of n > 2 anchors
output: Set of 2D anchor positions
Supported languages
- Python
Supported hardware
This algorithm is meant to be runned in the cloud* and therefore supports every hardware which enables to determine the ranges between anchors.
*By “in the cloud,” we mean it’s not designed for embedded hardware.