You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: