-
Notifications
You must be signed in to change notification settings - Fork 173
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
Depth image not changing #85
Comments
Hi @Void12987 |
Hi @Myzhar, Although I removed the image_transport packages, is there anything I can do to get depth data working? I'm confused because I followed the README and saw your depth demo on LinkedIn, so I might be missing something. |
I just followed the instructions step by step to be sure that everything works as expected and that nothing is missing:
Be sure to install the correct |
Yes |
I can confirm I locally built image_common-3.0.0. Below is a screenshot of using depth quality NEURAL mode, but the image is black. Interestingly, when I try to run depthimage_to_laserscan, zed_wrapper throws an error about the depth and rgb are async. When I run depth quality at PERFORMANCE mode, then the depth data shows up, but it's a bit choppy, not working in certain lighting conditions Maybe my GPU is too old? |
Have you optimized the NEURAL AI model by running the command |
Thanks so much for helping; it's working now. I thought I'd add some suggestions on updating the README; if you'd like me to open a PR, let me know and I'll do it:
Anyways thanks for the help. I hope to be creating a robotics marketplace soon for free advertisement of robotics products, and the ZED camera is the best for that! |
Do not hesitate to suggest README modifications. |
Cool, although I don't know how to update the instructions on the install script, I will open a PR for updating this README at some point next week. UPDATE: I'm not on the project that involves ZED anymore, so I likely won't have time for this now, but good luck on the project. |
Preliminary Checks
Description
Installing Zed on Foxy works for every topic except depth data and point cloud data. This might be a duplicate of #81, but not sure.
Steps to Reproduce
ros2 run image_transport republish compressed --ros-args -r in/compressed:=image_compressed -r out:=image_raw
ros2 launch zed_wrapper zed2.launch.py
Expected Result
ros2 topic echo /zed2/zed_node/depth/depth_registered
has changing dataActual Result
it's the same black image
ZED Camera model
ZED2
Environment
Anything else?
The text was updated successfully, but these errors were encountered: