Skip to content

Commit

Permalink
Create Changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raulmur committed Jan 18, 2016
1 parent eea7aad commit f864a7a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Changelog.md
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

0 comments on commit f864a7a

Please sign in to comment.