progressive-x icon indicating copy to clipboard operation
progressive-x copied to clipboard

fixed a bug in python binding for findPlanes function

Open RahulRewale opened this issue 2 years ago • 0 comments

The C++ code returns 4 values (a, b, c, d) for each plane, but the corresponding python binding was assuming only three values. Because of this, the planes returned from the python binding were completely wrong.

RahulRewale avatar Feb 16 '23 12:02 RahulRewale