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
This is indeed not correct, however I'm not sure if a beginner needs to know about extra padding and union tricks. I would propose to remove the snippet and just say:
The type of each point is set to pcl::PointXYZ, which is a structure that has x, y, and z fields.
Your Environment
Context
The doc http://pointclouds.org/documentation/tutorials/writing_pcd.php#writing-pcd
gives the structure of the type
which is incorrect.
Expected Behavior
It should give the correct memory layout, otherwise it is confusing for beginners.
The text was updated successfully, but these errors were encountered: