How do I find out a topics data type?
I'm using rosbridge to get camera data from a ros to a non-ros device
I can see the topic /camera/depth/points
but I'm not sure what "type" it is. For now I'm using std_msgs/String
but I'm not sure if that's it. How can I find out for sure what the "type" is?
realsense ros source: https://github.com/intel-ros/realsense