Skip to content

Commit 537babc

Browse files
Update Readme
1 parent bd47b2a commit 537babc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ We provide examples to run ORB-SLAM3 in the [EuRoC dataset](http://projects.asl.
99

1010
This software is based on [ORB-SLAM2](https://github.com/raulmur/ORB_SLAM2) developed by [Raul Mur-Artal](http://webdiis.unizar.es/~raulmur/), [Juan D. Tardos](http://webdiis.unizar.es/~jdtardos/), [J. M. M. Montiel](http://webdiis.unizar.es/~josemari/) and [Dorian Galvez-Lopez](http://doriangalvez.com/) ([DBoW2](https://github.com/dorian3d/DBoW2)).
1111

12+
<a href="https://youtu.be/HyLNq-98LRo" target="_blank"><img src="https://img.youtube.com/vi/HyLNq-98LRo/0.jpg"
13+
alt="ORB-SLAM2" width="240" height="180" border="10" /></a>
1214

1315
### Related Publications:
1416

@@ -28,7 +30,7 @@ This software is based on [ORB-SLAM2](https://github.com/raulmur/ORB_SLAM2) deve
2830

2931
# 1. License
3032

31-
ORB-SLAM3 is released under [GPLv3 license](https://github.com/UZ-SLAMLab/ORB_SLAM3/LICENSE). For a list of all code/library dependencies (and associated licenses), please see [Dependencies.md](https://github.com/UZ-SLAMLab/ORB_SLAM3/Dependencies.md).
33+
ORB-SLAM3 is released under [GPLv3 license](https://github.com/UZ-SLAMLab/ORB_SLAM3/LICENSE). For a list of all code/library dependencies (and associated licenses), please see [Dependencies.md](https://github.com/UZ-SLAMLab/ORB_SLAM3/blob/master/Dependencies.md).
3234

3335
For a closed-source version of ORB-SLAM3 for commercial purposes, please contact the authors: orbslam (at) unizar (dot) es.
3436

@@ -121,6 +123,6 @@ In TUM-VI ground truth is only available in the room where all sequences start a
121123

122124
Execute the following script to process sequences and compute the RMS ATE:
123125
```
124-
./tim_vi_eval_examples
126+
./tum_vi_eval_examples
125127
```
126128

0 commit comments

Comments
 (0)