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

Normal of pointcloud2

asked 2017-12-03 08:21:43 -0500

xavier12358 gravatar image

Hello, I am a beginner un ros. I want to find the normal of my pointcloud2. Is there a class who do that un ros? Thanks you un avance.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2017-12-04 08:45:24 -0500

All the point cloud storage and manipulation in ROS is actually done using the Point Cloud Library, so this is what you'll use to calculate the normals of your point cloud.

There's a good page here which describes some of the theory of normal estimation from point clouds, as well as a worked example using the point cloud library.

http://pointclouds.org/documentation/tutorials/normal_estimation.php

This should get you moving in the right direction.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2017-12-03 08:21:43 -0500

Seen: 810 times

Last updated: Dec 04 '17