streaming pointcloud to remote workstation
Hello,
I am trying to use pointcloud generated by a robot on remote workstation. However, I figured that susbscribing pointcloud2 is eating too much bandwidth.
Could anybody teach me what is the best way to get pointcloud data from a robot and use it on the remote workstation?
My current idea is instead of subscribing pointcloud2 data directly, setting up compressed version of pointcloud_xyzrgb image_pipeline on the remote workstation and re-produce pointcloud2 data.
Thanks, Jihoon