How to load 9-DOF data in single timestamp in python
Hi ! I install python sdk in my ubuntu16.04 and install pymetawear too. But I want to load acceleration data, gyroscope data and magnetic data in one timestamp, is there any way to implement this?
I read the fusiondata.py in pymetawear package example, but it seems that it read only read one type data in one timestamp
This discussion has been closed.
Comments
The firmware treats them as separate data samples. You can post process the data in Python to combine the separate values into 1 data sample.