Skip to content

schwarzfelix/gdop

Repository files navigation

Real-Time GDOP Calculation and Visualization

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.

Screenshot

How to Run

  1. 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
```
  1. Install the required dependencies:

    pip install -r requirements.txt
  2. Start the tool:

    python app.py

About

A Python-based tool for calculating and visualizing Geometric Dilution of Precision (GDOP) in real-time. Features include interactive anchor manipulation, dynamic GDOP updates, and 2D geometric relationship visualization. Ideal for localization algorithm analysis.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages