You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was playing around with a PCL application that needs an organized point cloud as input. However, using do_transform_point_cloud (from tf2_sensor_msgs) returns an unorganized point cloud.
After a quick investigation. it seems like create_cloud always returns a 1 by n cloud, but I'm not sure if it would be enough to simply pass in width / height arguments or if the point packing must be adapted.
The text was updated successfully, but these errors were encountered:
I was playing around with a PCL application that needs an organized point cloud as input. However, using
do_transform_point_cloud
(fromtf2_sensor_msgs
) returns an unorganized point cloud.After a quick investigation. it seems like
create_cloud
always returns a 1 byn
cloud, but I'm not sure if it would be enough to simply pass in width / height arguments or if the point packing must be adapted.The text was updated successfully, but these errors were encountered: