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
Seems like the request_calibrations cannot be completed during the initialization function on the DPU. The issue is from the following:
The request calibration function called during initialization, but the function when the calibrations are received cant run until the initialization function is completed.
When trying to send the initial temperatures, the file cannot be found and errors out.
The text was updated successfully, but these errors were encountered:
TEMP_INITIAL in custom_script.py should give a calibrated temperature command, but does not.
A fix was attempted here but this broke things and was removed here.
How this broke things (from here):
The text was updated successfully, but these errors were encountered: