ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Not sure what the UI is intended to do, but if you just want to view/present a view of the data you can use an image viewer like (rosrun image_view image_view image:=/camera/depth/image
)
Now to be clear this is only a depth image (not a point cloud)
As always, rostopic list
will show you all the topics that might be useful for you.