This project is a Python-based tool designed for real-time calculation and visualization of Geometric Dilution of Precision (GDOP). It features interactive manipulation of anchor positions, dynamic GDOP updates, and visualization of 2D geometric relationships. The tool is ideal for analyzing localization algorithms and understanding the impact of anchor geometry on positioning accuracy.
- Clone the repository:
git clone https://github.com/schwarzfelix/gdop.git cd gdop
Optional: Create and activate a virtual environment: ```bash
python3 -m venv env
source env/bin/activate
# On Windows
env\Scripts\activate
```
-
Install the required dependencies:
pip install -r requirements.txt
-
Start the tool:
python app.py
