conversion of PointCloud2 to pcl pointcloud using python
Hello ROS gurus,
I am working on python pcl and point clouds. Is there a way where i can convert sensor_msgs.msg/PointCloud2 type to PCL point cloud using python, so i can use PCL functions on the data.
Any help is appreciated.
Thanks