stag_ros icon indicating copy to clipboard operation
stag_ros copied to clipboard

Return the id and shift of the code with the minimum bit error

Open meyerj opened this issue 8 months ago • 2 comments

…from Decoder::decoder().

We did observe some spurious detections of the wrong code, if multiple candidates are sufficiently close, depending on the value of errorCorrection passed to the STag constructor. Even for high values it may be desirable to return the candidate with the least amount of bit errors.

We are using this patch for a while now in our fork (Intermodalics/stag_ros#1), and the number of false detections has been reduced. What do you think?

meyerj avatar Oct 30 '23 22:10 meyerj