Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 525 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 525 Bytes

Trajectory Evaluator

A GUI for evaluating estimated trajectory by Slam platforms

Getting Started

First, clone this source code. and then install requirements using

pip install -r requirements.txt

Prerequisites

  • numpy
  • pyqt5
  • matplotlib

Run

python gui.py

you should the window below alt text

Also you can use Traj_test.txt as a test case

Enjoy !

Authors