Jmeyer1292 / robot_cal_tools

A suite of tools focused on calibration of sensors for robotic workcell development
Apache License 2.0
140 stars 40 forks source link

Disable covariance unit tests #61

Closed marip8 closed 4 years ago

marip8 commented 4 years ago

The covariance unit tests (based on the optimization of circle paramters) can be a bit flaky due to our expectations on the covariance matrices and the random numbers generated during the test. As these unit tests were developed to validate our understanding of the covariance calculation (and not to prove the functionality of any calibration-related code), we should disable them (at least temporarily) so they do not continue randomly failing on other valid pull requests