Commit c5542ab
committed
Bump hamming distance to 2
The upgraded apriltag library uses a pigeonhole-based quick-decode lookup
table (AprilRobotics/apriltag#421), making bits_corrected=2 affordable in
memory. Match the value the upstream apriltag_detector_add_family inline
wrapper recommends.1 parent c013559 commit c5542ab
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
0 commit comments