Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/HeYijia/GraphSLAM_tutorials_code


https://github.com/HeYijia/GraphSLAM_tutorials_code

Last synced: 27 days ago
JSON representation

Lists

README

        

# GraphSLAM_tutorials_code
a simple example for how to use g2o and a rgbd-slam code based on my blog

my blog site: http://blog.csdn.net/heyijia0327

# g2o_test code:

before run the code, you should have intalled g2o. this project is a simple example that you can learn how to write the cmakelist.txt in order to use g2o as a external lib. the source code is also very easy to read.
use: ./g2o_test
outputfile: sphere_after.g2o, you can using g2o_viewer to open this file and show the reslut.
**sphere_before**
![image](https://github.com/HeYijia/GraphSLAM_tutorials_code/blob/master/g2o_test/sphere_before.png)
**sphere_after**
![image](https://github.com/HeYijia/GraphSLAM_tutorials_code/blob/master/g2o_test/sphere_after.png)
# rgbdslam code: