I’m trying to get depth information for the objects far then 10m.
/zed/zed_node/depth/depth_registered/compressedDepth - does not contain information about any object between 10 and 19m
zedx.yaml
depth:
min_depth: 1.0
max_depth: 19.0
Setup:
zed-ros2-wrapper - latest,
SDK 5.2.1
Also tried(started from) SDK 5.1 and older version of zed-ros2-wrapper
ZED_Depth_Viewer can show the data I’m interested in
Sample based on SDK API - can show.
zed-ros2-wrapper with /zed/zed_node/depth/depth_registered - also can!
but not for /zed/zed_node/depth/depth_registered**/compressedDepth**
Is it expected behavior?
Do you have any recommandation how to get it working with **compressedDepth?
**
Thank you for any helpful information
Thank you for your tests. Now I see that compressed_depth_image_transport it is not reliably exposed/configured in a ROS 2-friendly way.
Can you show how you are setting max_depth in from wrapper to compressed_depth_image_transport?
I’m going to prepare a patch for compressed_depth_image_transport.
Now I have
ros2 param get /zed/zed_node depth.max_depth
Double value is: 19.0
But it’s not visible in compressed_depth_image_transport