-
Notifications
You must be signed in to change notification settings - Fork 172
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
[ERROR] [1548154452.152836138]: Could not convert depth image to laserscan: Depth image has unsupported encoding: rgb8 #36
Comments
I have a similar issue with an intel sense camera, but with mono16 encoding. Were you able to fix it? Thank you |
Same issue here |
same here with
|
Any update on this? |
As it stands, depthimage_to_laserscan only supports image encodings of TYPE_16UC1 and TYPE_32FC1 (see
|
you should convert the type of the image
|
Hi same problem..where do I have to place that code snippet? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The camera is an Intel Sense.
Is there any solution to this issue?
The text was updated successfully, but these errors were encountered: