readAllFieldNames
Get all available field names from ROS point cloud
Description
gets the names of all point fields that are stored in the fieldnames
= readAllFieldNames(pcloud
)PointCloud2
object message, pcloud
, and returns
them in fieldnames
.
Note
readAllFieldNames will be removed. Use rosReadAllFieldNames
instead.
For more information, see ROS Message Structure Functions