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
Line 108: moving = statusA == 1 & statusB == 1 leads to an infinite loop if a value is NaN due to errors from the EMController. Add a timeout and verify if the status is a binary value before comparison.
runAntennaMeasurement.m
Line 108: moving = statusA == 1 & statusB == 1 leads to an infinite loop if a value is NaN due to errors from the EMController. Add a timeout and verify if the status is a binary value before comparison.