ethz-asl / kalibr

The Kalibr visual-inertial calibration toolbox
Other
4.28k stars 1.39k forks source link

checkerboard 8×6 NameError: global name 'errList' is not defined #579

Closed heisetiantang closed 1 year ago

heisetiantang commented 1 year ago
    ![微信图片_20221110220217](https://user-images.githubusercontent.com/92718554/201111878-e1602aab-2742-4df8-88c5-2bcd7cd10e23.jpg)

微信图片_20221110220225 微信图片_20221110220228 微信图片_20221110220231

我与作者出现了相同的问题,我的标定板是8×6的,是大于3×3的,为什么任然出现上述问题,是否可能因为april的命名方式,必须加上a*b和每一格的大小,

I have the same problem with the author. My calibration plate is 8×6, which is larger than 3×3. Why does the above problem still occur?

Originally posted by @heisetiantang in https://github.com/ethz-asl/kalibr/issues/370#issuecomment-1310332091

goldbattle commented 1 year ago

Could you provide a bag for which this fails on?

goldbattle commented 1 year ago

Please reopen if you have the bag.

Spring-Lee-cpu commented 1 year ago

I meet exactly the same question.How to solve it, please

goldbattle commented 1 year ago

Do you have a bag which reproduces this? If so can you upload it and share it?

On Fri, Feb 24, 2023 at 8:22 AM Spring-Lee-cpu @.***> wrote:

I meet exactly the same question.How to solve it, please

— Reply to this email directly, view it on GitHub https://github.com/ethz-asl/kalibr/issues/579#issuecomment-1443676784, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ6TYW6UMCUZI4DJCVPZBTWZCYXVANCNFSM6AAAAAAR4TBLHA . You are receiving this because you modified the open/close state.Message ID: @.***>

wbl17792615320 commented 1 year ago

I encountered the same problem, the entire Internet almost no solution, I saw someone said to rewrite "errList.append" to "print", but I still misstate SyntaxError : invalid syntax