Find-Object shows nothing
Hi there, I am trying to do 3D position of the objects with Kinect v2. I can compile iai_kinect2-master and find_object_2d in my work space. Then I want to follow the example on http://wiki.ros.org/find_object_2d#A3D_position_of_the_objects
After roslaunch kinect2_bridge kinect2_bridge.launch publish_tf:=true
I got

It seems correct!
After roslaunch find_object_2d find_object_3d_kinect2.launch
I got

Then i used image_view to check. It shows:

Does anyone know what the problem is or which part I miss? Any ideas are appreciated.!!! Thanks!!!
Is your kinect calibrated? You are showing only raw rgb and depth topics. Make sure the topics subscribed by find_object are published:
$ rostopic hz /kinect2/qhd/image_color_rect
$ rostopic hz /kinect2/qhd/image_depth_rect
$ rostopic hz /kinect2/qhd/camera_info
cheers