strands-project / strands_utils

Utility package containing nodes that are useful in a number of STRANDS contexts.
0 stars 11 forks source link

Add library for extracting primitives from pointclouds and a ros wrapper for it #67

Closed nilsbore closed 10 years ago

nilsbore commented 10 years ago

This adds the ransac_primitives library for extracting primitives from a point cloud. It implements the paper "Efficient Ransac for Point Cloud Shape Detection" by R. Schnabel et al. At the moment, it only extracts planes but there is code for extracting spheres and cylinders that has just not been updated to the latest version of the framework. The primitive_extraction package serves as a wrapper around the library, supplying a launch file with lots of parameters and visualization in rviz via a marker array. The planes extracted will be used for finding tables.

The package is quite hard to try out since some of the parameters are tuned to the meta-room pointclouds. I will supply parameters good for normal Kinect images.