Skip to content
/ slam Public

Corner detection in sparsely featured 3D environments

Notifications You must be signed in to change notification settings

aoxolotl/slam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Corner detection in sparsely featured rooms

Detects corners in a point cloud and gives their locations relative to the sensor.

The registration is done using ICP on Kinect point clouds. The Kinect is mounted on a servo and rotated at known angles which are passed as hints to ICP algorithm. From the registered 3d map, planes are segmented out which are in turn used for detecting corners of the room. The corners can then be used for path planning or localization. This gives good results even in environments with limited or sparse features.

Build

Depends on freenect2 for integration with Kinect, OpenCV and PCL for point cloud operations.

$ cd build
$ cmake ..
$ make -j

About

Corner detection in sparsely featured 3D environments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages