Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Latest commit

 

History

History
40 lines (31 loc) · 848 Bytes

ReadMe.md

File metadata and controls

40 lines (31 loc) · 848 Bytes

Slam Testbed

More information about installation and usages can be found here .

Installation Instructions:-

Prerequisites:-

1. Follow Qt5 installation Or

sudo apt-get update
sudo apt-get install qt5-default

2. Install OpenGL

sudo apt-get install libxmu-dev libxi-dev
sudo apt-get install libglu1-mesa-dev freeglut3-dev mesa-common-dev

Build:

git clone https://github.com/JdeRobot/slam-testbed.git
cd slam-testbed
mkdir build 
cd build 
cmake ..
make -j4

Run:

./slam-Testbed

Testing:

File > Open dataset A > select the "original_data.txt" file in data folder.

File > Open dataset B > select the "modified_data.txt" file in data folder.

Estimator > Estimate Sequence from A to B.