Skip to content

My visual SLAM implementation based on the Slambook from Gao Xiang

Notifications You must be signed in to change notification settings

HenryZh47/my-slam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My SLAM

🌟 On going project 🌟

A stereo visual SLAM package based on slambook2 chapter 13. Ported to ROS for easier testing and usage.

Data Structures

  • Camera: camera class to store camera information and transformation methods
  • Frame: a frame of stereo images
  • Feature: 2D position of a feature on the image
  • MapPoint: 3D position of a map point in the map
  • Map: maintains the interface to the map; used by both frontend and backend

About

My visual SLAM implementation based on the Slambook from Gao Xiang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published