Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Inputting Data #37

Open
austin51 opened this issue Jul 15, 2021 · 3 comments
Open

Error Inputting Data #37

austin51 opened this issue Jul 15, 2021 · 3 comments

Comments

@austin51
Copy link

I am attempting to input my own data, with columns:

Time (sec) | ARS1 (deg/s) | ARS2 (deg/s) | ARS3 (deg/s) | Acc1 (g) | Acc2 (g) | Acc3 (g)

Is there a way to do this properly? I am getting error:

Error using xIMUdataClass (line 49)
No data was imported.

Error in Script (line 32)
xIMUdata = xIMUdataClass(filePath, 'InertialMagneticSampleRate', 1/samplePeriod);

Thank you!

@xioTechnologies
Copy link
Owner

The CSV file format needs to be the same as the example data. The column headings are ignored by the code, they only exist for a human reader.

@exilat
Copy link

exilat commented May 16, 2022

Hi ,
I also want to input my own data, i did followed the same format albeit i don't have magnetometer data, so i filled them with 0.
I am getting:
Error using xIMUdataClass (line 49)
No data was imported.
Error in Script (line 26)
xIMUdata = xIMUdataClass(filePath, 'InertialMagneticSampleRate',
1/samplePeriod);

Do i need to create also the .BIN file? Or is the .csv enough?
Thank you for your time!

@xioTechnologies
Copy link
Owner

The .bin file is not used. I suggest you use the Python version of this demo because it is easier to understand what is going on from the code. It also uses the latest version of Fusion which is more accurate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants