During work on automatic calibration by Hendrik and others (https://github.com/h3ndrk/nao/commits/calibratyMcCalibrationFace), the line detection we have now was found inadequate because it does not generate a lot of lines in some situations and we still need to post-process.
There is a fancier prototype that extracts lines much better but is computationally expensive. This can be activated only for calibration mode and disabled otherwise.
~Depends on #127 ~ -> For current needs we can skip this and manually activate things as noted below.
Time Estimation: 4 weeks
TODOs:
[ ] Check the code from the zip file and compare it with the code in calibratyMcCalibrationFace. Then integrate the best version into our code base.
[ ] Figure out a way to activate on-demand (maybe a parameter set via Twix for now)
During work on automatic calibration by Hendrik and others (https://github.com/h3ndrk/nao/commits/calibratyMcCalibrationFace), the line detection we have now was found inadequate because it does not generate a lot of lines in some situations and we still need to post-process.
There is a fancier prototype that extracts lines much better but is computationally expensive. This can be activated only for calibration mode and disabled otherwise.
~Depends on #127 ~ -> For current needs we can skip this and manually activate things as noted below.
Time Estimation: 4 weeks
TODOs:
calibratyMcCalibrationFace
. Then integrate the best version into our code base.