gaoxiang12 / slambook

MIT License
6.92k stars 3.27k forks source link

Note in cmakelists.txt contains a wrong #94

Open JRY-Zheng opened 6 years ago

JRY-Zheng commented 6 years ago

In slambook/ch6/g2o_curve_fitting/CMakeLists.txt is there a sentence of note:

添加cmake模块以使用ceres库

(add cmake module to use ceres)

which I think should be:

添加cmake模块以使用g2o库

(add cmake module to use g2o)