transformPointCloud without PCL
Is there a direct analogue to transformPointCloud that doesn't use PCL but has the same form? i.e.
transformPointCloud(frame, pointcloud2, pointcloud2b, tf)
I am aware of the doTransform function in tf2_sensor_msgs but it is not quite the same.