mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-12 04:42:13 +08:00
save bad calib too for display (#1678)
old-commit-hash: 637eecc2b26a6137a3415231183be54be448e638
This commit is contained in:
@@ -88,7 +88,7 @@ class Calibrator():
|
||||
end_status = self.cal_status
|
||||
|
||||
self.just_calibrated = False
|
||||
if start_status == Calibration.UNCALIBRATED and end_status == Calibration.CALIBRATED:
|
||||
if start_status == Calibration.UNCALIBRATED and end_status != Calibration.UNCALIBRATED:
|
||||
self.just_calibrated = True
|
||||
|
||||
def handle_v_ego(self, v_ego):
|
||||
|
||||
Reference in New Issue
Block a user