How to transform a point cloud in ros2?
I tried to do it like this:
tf2::doTransform( cloud, transformedCloud, transform );
but its not implemented for point clouds, so is there another option to transform or do I have to transform element by element?
Any update? @madmax