ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

Creating a better mesh

asked 2014-06-29 13:17:11 -0500

updated 2014-06-29 13:19:53 -0500

Hi,

I wanted to create mesh of household objects, so that I can later recreate the household scene in Gazebo. I want to use kinect and think that interactively, it can be done quite easily. My exact problem:

After capturing the scene using kinect, I am able to filter out chair, the front view of the chair looks: image description

However when I am trying to create a mesh from it (using PCL, tutorial at: http://pointclouds.org/documentation/... I am not able to set optimal size of triangles. My mesh looks like: image description

I need a smooth mesh. As if a low pass filter is passed on it. How can I achieve that.

Any help or pointer is greatly appreciated.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-07-20 11:11:08 -0500

I found that this could be easily done using MLS (moving-least-squares).

The tutorial given at: http://pointclouds.org/documentation/... helps in generating smooth mesh.

However when I try to combine it with mesh generation code in one go, I got segmentation fault. Any help there is greatly appreciated. I have asked it at: http://answers.ros.org/question/18718...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-06-29 13:17:11 -0500

Seen: 825 times

Last updated: Jul 20 '14