Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenceOverflow authored Jun 11, 2018
1 parent 25ae128 commit 1964f44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# VI_ORB_SLAM2: Monocular/Stereo Visual-Inertial ORB-SLAM based on ORB-SLAM2

The repository includes the **Monocular** version and the **Stereo** version of **Visual-Inertial ORB-SLAM**. These two are the no ros version of [jingpang](https://github.com/jingpang)'s **LearnVIORB (https://github.com/jingpang/LearnVIORB) and [ZuoJiaxing](https://github.com/ZuoJiaxing)'s **[**LearnVIORBnorosgai2**](https://github.com/ZuoJiaxing/LearnVIORBnorosgai2)**. For details, you may refer to `Examples/Monocular/mono_euroc_VI.cc` and `Examples/Stereo/stereo_euroc_VI.cc`.
The repository includes the **Monocular** version and the **Stereo** version of **Visual-Inertial ORB-SLAM**. These two are the no ros version of [jingpang](https://github.com/jingpang)'s [**LearnVIORB**](https://github.com/jingpang/LearnVIORB) and [ZuoJiaxing](https://github.com/ZuoJiaxing)'s [**LearnVIORBnorosgai2**](https://github.com/ZuoJiaxing/LearnVIORBnorosgai2). For details, you may refer to `Examples/Monocular/mono_euroc_VI.cc` and `Examples/Stereo/stereo_euroc_VI.cc`.

I have fix some bugs to make it more stable to pass through more datasets and modify the code to make it compatible with [ORB-SLAM2](https://github.com/raulmur/ORB_SLAM2).

Expand All @@ -11,6 +11,7 @@ If you think this repo is useful, please ***watch***, ***star*** or ***fork*** i
## TO DO List
- [ ] Real-time
- [ ] Support the Localization mode for stereo VI ORB-SLAM
- [ ] Relative Pose Error Analysis, like orientation and translation error


## Building VI-ORB-SLAM2 library and examples
Expand Down

0 comments on commit 1964f44

Please sign in to comment.