stereolabs / zed-ros-wrapper

ROS wrapper for the ZED SDK
https://www.stereolabs.com/docs/ros/
MIT License
441 stars 389 forks source link

FILL mode back please #921

Open flabrosse opened 9 months ago

flabrosse commented 9 months ago

Preliminary Checks

Proposal

I was dismayed when discovering that apparently* the FILL mode in depth reconstruction has been removed. It is available in the ZED tools but the option seems to have disappeared in the ROS wrapper. I understand that you say it is not good for robotics but it would be great if the decision to use it or not was left with the user. We need it and not having it will force me to implement my own, which is really annoying given that the underlying library supports it.

Can we please have it back?

Use-Case

We use the depth image to create a height (above ground) image and process it to extract specific areas. Having holes in the image messes up our processing while having erroneous values is fine (our statistical method is robust to that).

Anything else?

No response