pointcloud access data
Hi
I have a subscribed topic with the type sensor_msgs::PointCloud2.
I do not need the pcl library. I just want to iterate through each point and take the Z value. but i have no clue how to do this with sensor_msgs::PointCloud2 and i dont find an example.
Do I really need pcl for easy element access? Ciao