Open apoorvcn47 opened 6 months ago
try 'sensor_msgs/PointCloud2' instead of 'sensor_msgs/msg/PointCloud2'
try 'sensor_msgs/PointCloud2' instead of 'sensor_msgs/msg/PointCloud2'
I tried both. It doesn't make a difference.
I suggest you start with the simple example and start adding changes, not all at the same, just as minimal as possible.
And you should indeed use sensor_msgs/PointCloud2'
.
Description I am trying subscribe to a Pointcloud2 topic but my subscription callback function never triggers. Similar styled subsciptions work for Image and MarkerArray topics.
I was wondering if anyone has come across this.