mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-09-09 09:43:41 +08:00
Calibration remount detector: soft disable (#27993)
* Calibration remount detector: soft disable * Update test_calibrationd.py old-commit-hash: a979a54cf9ce02610cc0999a52a9fbed2f7d4cbb
This commit is contained in:
@@ -95,7 +95,7 @@ class TestCalibrationd(unittest.TestCase):
|
||||
[0.0, 0.0, 0.0],
|
||||
[0.0, 0.0, 0.0],
|
||||
[1e-3, 1e-3, 1e-3])
|
||||
self.assertEqual(c.valid_blocks, INPUTS_NEEDED)
|
||||
self.assertEqual(c.valid_blocks, 1)
|
||||
np.testing.assert_allclose(c.rpy, [0.0, 0.0, -0.05], atol=1e-2)
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user