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
Hello, give advice on how to write IMU.m in which we could receive data from the accelerometer, gyroscope and compass. I tried data = np.frombuffer(_image.accelerometer , dtype="float")\n'); , but Matlab gives TypeError: a bytes-like object is required, not 'float'
The text was updated successfully, but these errors were encountered:
Hello, give advice on how to write IMU.m in which we could receive data from the accelerometer, gyroscope and compass. I tried data = np.frombuffer(_image.accelerometer , dtype="float")\n'); , but Matlab gives TypeError: a bytes-like object is required, not 'float'
The text was updated successfully, but these errors were encountered: