When the calibration is loaded from file, bar doesn't change until we again double click somewhere, then it jumps to 100%.
self.progress_bar.setValue(100)
should be added in the load function of sr_hand_calibration_model.py so the bar actually goes to 100% after loading from file, now it is kind of misleading.
When the calibration is loaded from file, bar doesn't change until we again double click somewhere, then it jumps to 100%.
self.progress_bar.setValue(100)should be added in the load function of sr_hand_calibration_model.py so the bar actually goes to 100% after loading from file, now it is kind of misleading.