Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raulmur committed Sep 1, 2015
1 parent 7295d4a commit e1b2b87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you use ORB-SLAM in an academic work, please cite:
@article{murAcceptedTRO2015,
title={{ORB-SLAM}: a Versatile and Accurate Monocular {SLAM} System},
author={Mur-Artal, Ra\'ul, Montiel, J. M. M. and Tard\'os, Juan D.},
journal={IEEE Transaction on Robotics (Accepted). arXiv preprint arXiv:1502.00956},
journal={IEEE Transaction on Robotics (to appear). arXiv preprint arXiv:1502.00956},
year={2015}
}

Expand Down Expand Up @@ -102,7 +102,7 @@ It only depends on OpenCV, but it should be included in the ROS distribution.
rosrun ORB_SLAM ORB_SLAM PATH_TO_VOCABULARY PATH_TO_SETTINGS_FILE

You have to provide the path to the ORB vocabulary and to the settings file. The paths must be absolute or relative to the ORB_SLAM directory.
We already provide the vocabulary file we use in `ORB_SLAM/Data/ORBvoc.yml`. Uncompress the file, as it will be loaded much faster.
We already provide the vocabulary file we use in `ORB_SLAM/Data/ORBvoc.txt.tar.gz`. Uncompress the file, as it will be loaded much faster.

2. The last processed frame is published to the topic `/ORB_SLAM/Frame`. You can visualize it using `image_view`:

Expand Down Expand Up @@ -143,7 +143,7 @@ We provide the settings and the rosbag of an example sequence in our lab. In thi

Uncompress the file.

2. Launch ORB_SLAM with the settings for the example sequence. You should have already uncompressed the vocabulary file (`/Data/ORBvoc.yml.tar.gz`)
2. Launch ORB_SLAM with the settings for the example sequence. You should have already uncompressed the vocabulary file (`/Data/ORBvoc.txt.tar.gz`)

*in ROS Fuerte*:

Expand Down

0 comments on commit e1b2b87

Please sign in to comment.