Skip to content

The SLAMBench Use Case

Luigi Nardi edited this page Dec 20, 2019 · 1 revision

Install SLAMBench 1.0

  • Download and extract the archive :
wget http://apt.cs.manchester.ac.uk/projects/PAMELA/tools/artifact.tgz
tar xzf artifact.tgz && cd artifact

SLAMBench and the dataset we used are available online. The artifact Makefile includes commands to install them.

  • Compile SLAMBench:
make slambench # download the archive
cd slambench && make && cd ..
  • Prepare the dataset (2GB):
make living_room_traj2_loop.raw
make livingRoom2.gt.freiburg

This document is incomplete, TBD.

Clone this wiki locally