Hello,
Recently, I ran the stretch diagnostic tool on our Stretch RE1 and got some errors related to missing encoder calibration files.
stretch_diagnostic_check.py --simple
The error for the right wheel is below:
- test_right_wheel:
- 'Traceback (most recent call last):'
- ' File "/home/hello-robot/.local/lib/python3.10/site-packages/stretch_diagnostics_tests/simple_tests/test_SIMPLE_steppers.py",
line 24, in test_right_wheel'
- ' self.check_stepper(''hello-motor-right-wheel'')'
- ' File "/home/hello-robot/.local/lib/python3.10/site-packages/stretch_diagnostics_tests/simple_tests/test_SIMPLE_steppers.py",
line 52, in check_stepper'
- ' self.check_stepper_calibration_files(s)'
- ' File "/home/hello-robot/.local/lib/python3.10/site-packages/stretch_diagnostics_tests/simple_tests/test_SIMPLE_steppers.py",
line 77, in check_stepper_calibration_files'
- ' self.assertTrue(etc_exists,''Encoder calibration file missing: %s''%fn_etc)'
- 'AssertionError: False is not true : Encoder calibration file missing: /etc/hello-robot/stretch-re1-1028/calibration_steppers/hello-motor-right-wheel_75D78AC5504A5230352E3120FF032643.yaml'
- ''
I can’t upload files, but the full log for the steppers is accessible here: https://drive.google.com/file/d/1s1gC9p9GpKNpM9EOQe_5klXs1H8t4d2K/view?usp=sharing
Calibration files for all four do exist at ~/stretch_user/stretch-re1-1028/calibration_steppers/, though I don’t know if that’s the same.
Are these failures something to worry about? And if so, how can I fix them? Thank you for any help and advice.