forked from raulmur/ORB_SLAM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#Changelog of ORB-SLAM Monocular | ||
|
||
## 1.0.1 (18-01-2016) | ||
- Save/load vocabulary from text file instead of cv::FileStorage. | ||
- Unused files from Thirdparty/DBoW2 and Thirdparty/g2o have been removed. g2o files have been reorganized and we compile only | ||
one library libg2o.so instead of four libraries (libg2o_core.so, libg2o_types.so, etc) | ||
- We use now Eigen solver instead of Cholmod solver in g2o. Removed dependency on Suitesparse and Cholmod. | ||
- Several bugs have been fixed. | ||
|
||
## 1.0.0 (03-03-2015) | ||
First ORB-SLAM Monocular version |