Skip to content

根据高翔博客《一起做RGB-D SLAM》,从零搭建 RGBD-SLAM

Notifications You must be signed in to change notification settings

cggos/rgbdslam_cg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rgbdslam_cg

根据高翔博客 一起做RGB-D SLAM(其代码在 gaoxiang12/rgbd-slam-tutorial-gx),从零搭建 RGBD-SLAM。


Dependencies

  • Eigen3
  • OpenCV3
  • PCL 1.7
  • G2O (the lastest version)

Build

mkdir build & cd build
cmake ..
make -j2

Run

cd build

../bin/generate_pointcloud

../bin/detect_features

../bin/join_pointcloud

../bin/visual_odometry

../bin/rgbdslam

Result

  • result of bin/visual_odometry

  • g2o_viewer result_after.g2o, the result of bin/rgbdslam

About

根据高翔博客《一起做RGB-D SLAM》,从零搭建 RGBD-SLAM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published