-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No data received from rostopic /depthcloud_encoded #154
Comments
Have you found the solution of this problem? |
The warning isn't critical (though I'm not sure why the value 1.5 was chosen there) and shouldn't affect whether or not you see an image. A few things you can try:
Also, if you can point to a bagfile that reliably shows off the missing video stream, that would be great, since I don't currently have a Kinect to test this with. |
There are no errors in the browser console. The topic does not publish anything. Actually there is a problem with the callback, synchronizing disparity image and rgb image topics(I can see both of them in the browser just fine). |
If the topic doesn't publish anything, this is actually an issue with depthcloud_encoder. Another likely point of failure is the bit depth of the depth topic. Can you confirm that the topic contains a single 32-bit channel? |
I know it's a bit late but I just ran into what seems to be a very similar issue and raised it in depthcloud_encoder github: |
I can see rostopics on
localhost:8080
and I can even view a number of camera topics in realtime on the web:The issue is
http://localhost:8080/stream_viewer?topic=/depthcloud_encoded
. If I view that stream then I see this output in the window where I ran$ rosrun depthcloud_encoder depthcloud_encoder_node _depth:=/camera/depth_registered/image_rect _rgb:=/camera/rgb/image_rect_color
[ WARN] [1477518125.161876892]: Messages of type 1 arrived closer (0.033357374) than the lower bound you provided (1.500000000) (will print only once)
note:
I was referred to this specific repo for issue reporting. The reference is at the bottom of this page: http://wiki.ros.org/ros3djs/Tutorials/Point%20Cloud%20Streaming%20from%20a%20Kinect
The text was updated successfully, but these errors were encountered: