[autoware.auto] ray_ground_filter publishing 0 filled point cloud without error
I am trying to use the ray_ground_filter from Autoware.auto with a VLP-32C lidar. I have sensor_msgs/PointCloud2 data from the lidar entering that node and being processed without any reported errors. However, the output messages for both ground and non-ground contain points clouds where all data is set to 0. I believe this occurs because the resize message call is filling in only zeros for the entire data array, but I'm not sure why the original data is being lost. Since there don't appear to be any errors or warnings from the node, what could be the cause of this behavior?