g2o学习:实践GraphSLAM代码及错误处理
发布时间
阅读量:
阅读量
先看g2o代码效果

g2o优化后

首先是在文末处进行g2o库的安装。下载代码:包含GraphSLAM_tutorials_code代码及已修正的编译过程。对GraphSLAM_tutorials_code代码进行编译。
mkdir build
cd build
cmake ..
make
运行:
cd ..
cd bin/
./g2o_test (在data文件夹生成一个sphere_after.g2o)
g2o_viewer查看:
cd ..
cd data/
g2o_viewer sphere_bignoise_vertex3.g2o (这是优化前)
g2o_viewer sphere
全部评论 (0)
还没有任何评论哟~
