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 | ros @ Robotics Stack Exchange |
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.
Asked: 2017-12-03 08:21:43 -0600
Seen: 855 times
Last updated: Dec 04 '17
Trouble while compiling a package that uses integral image normal estimation
Run time assertion in eigen/src/Core/Block.h while using pcl::NormalEstimation
Problems generating PCL source file [closed]
Normal Estimation using PCL--Error
Normal calculation and comparation of points, how to perform this?
Detecting Spheres using RANSAC in PCL
Convert Sensor_msg/LaserScan to Sensor_msg/PointCloud2
How to call "velodyne_rawdata::RawData::unpack()" method