RoboEarth - Distance of Detected Object
Hey,
I am trying to use RoboEarth to detect some objects. Once I've detected the object I wanted to know the distance to this object but am unsure how to obtain this information. Does anyone know how I can do this? The tutorial page for detecting objects says: "Also, a new tf transformation is published that specifies the objects estimated position." so I am assuming it is possible to get the distance?
Running rostopic list at runtime will give:
/camera/depth/camera_info
/camera/depth/disparity
/camera/depth/image
/camera/depth/image_raw
/camera/depth/image_rect
/camera/depth/image_rect_raw
/camera/depth/points
/camera/depth/rectify_depth/parameter_descriptions
/camera/depth/rectify_depth/parameter_updates
/camera/depth_registered/camera_info
/camera/depth_registered/disparity
/camera/depth_registered/image
/camera/depth_registered/image_raw
/camera/depth_registered/image_rect
/camera/depth_registered/image_rect_raw
/camera/depth_registered/points
/camera/depth_registered/rectify_depth/parameter_descriptions
/camera/depth_registered/rectify_depth/parameter_updates
/camera/driver/parameter_descriptions
/camera/driver/parameter_updates
/camera/ir/camera_info
/camera/ir/image_raw
/camera/ir/image_rect
/camera/ir/rectify_ir/parameter_descriptions
/camera/ir/rectify_ir/parameter_updates
/camera/projector/camera_info
/camera/rgb/camera_info
/camera/rgb/debayer/parameter_descriptions
/camera/rgb/debayer/parameter_updates
/camera/rgb/image_color
/camera/rgb/image_mono
/camera/rgb/image_raw
/camera/rgb/image_rect
/camera/rgb/image_rect_color
/camera/rgb/rectify_color/parameter_descriptions
/camera/rgb/rectify_color/parameter_updates
/camera/rgb/rectify_mono/parameter_descriptions
/camera/rgb/rectify_mono/parameter_updates
/re_kinect/detection_results
/re_kinect/feature_pcl
/re_kinect/model_path
/re_vslam/new_model
/rosout
/rosout_agg
/tf
Any help is much appreciated.
Thank You