Normal of pointcloud2
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.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
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.
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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2017-12-03 08:21:43 -0600
Seen: 672 times
Last updated: Dec 04 '17
Pointcloud value at a given index
How can I map from an image to a pointcloud?
Adding a Kinect to my Gazebo simulation
Change the orientation of a PointCloud
Converting ToF depthmaps to pointclouds
Convert sensor_msgs::PointCloud2ConstPtr to pcl::PointCloud<pcl::PointXYZ>
How to get the closest obstacle with rotating laser using pointcloud