Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
spacetrain committed Mar 23, 2015
1 parent 5b21ed1 commit 8917d0d
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# slslam
Building a 3D Line-based Map Using a Stereo SLAM
This implementation performs Stereo Line-based SLAM (SLSLAM) of our work:
"Building a 3D Line-based Map Using a Stereo SLAM," currently in a revision
process of IEEE Transactions on Robotics.

Dependencies: Ceres-solver 1.7.0, OpenCV 2.4.10, Google Flags 2.1.0, Google
Logging 0.0.0, OpenGL, GLFW

All dependencies should be installed in your system beforehand.

This code has been tested only on 64-bit linux (Ubuntu 14.04) system.

First download the code:
$ git clone https://github.com/slslam/slslam.git

Then download a zipped dataset file from:
https://drive.google.com/file/d/0B3bB8rHbc3fWNGQ3YnhLczIwNG8/view?usp=sharing
and copy it to ${source_root_dir}.

$ unzip data.zip
$ mkdir build && cd build
$ cmake ..
$ make

0 comments on commit 8917d0d

Please sign in to comment.