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

telemetryDeviceDumper: problems in some .mat files saved #107

Closed
Nicogene opened this issue Mar 25, 2021 · 4 comments
Closed

telemetryDeviceDumper: problems in some .mat files saved #107

Nicogene opened this issue Mar 25, 2021 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@Nicogene
Copy link
Member

In #87 we tried to dump some quantities for the first time using telemetryDeviceDumper and we obtained this list of files:

test_telemetry_old.zip

We found some issues and they have been fixed in #105 #104 #103 . When I analyzed the data I probably forgot to try to load all the data.
If I try to load all the data I get a problem for the first one

Error using load
Cannot read file C:\Users\ngenesio\Downloads\test_telemetry\test_telemetry_1615543915.280656.mat.

@AlexAntn today tried again to run the same experiment(demoYoga) and dumping with the latest tdd and he got this dataset

test_telemetry_new.zip

And for this run I get errors in loading the first two

>> load('test_telemetry_1616666181.080718.mat')
Error using load
Cannot read file C:\Users\ngenesio\Downloads\test_telemetry\test_telemetry_1616666181.080718.mat.
 
>> load('test_telemetry_1616666240.701385.mat')
Error using load
Cannot read file C:\Users\ngenesio\Downloads\test_telemetry\test_telemetry_1616666240.701385.mat.

Probably they are corrupted?
Any Idea @S-Dafarra on how to check what is inside a mat file without loading through matlab/octave?

@Nicogene Nicogene added the bug Something isn't working label Mar 25, 2021
@Nicogene Nicogene self-assigned this Mar 25, 2021
@Nicogene
Copy link
Member Author

Hold on, the new data has to be retake, we will update this issue soon!

@S-Dafarra
Copy link
Collaborator

Just brainstorming:

@Nicogene
Copy link
Member Author

Actually, we forgot to install and we used the old version of the device(without the recent changes that fixed the concurrencies)
Now we have a different problem #110

@Nicogene
Copy link
Member Author

test_telemetry_fixed.zip

These are 4 files saved by the tdd fixed (#111). These have been taken attaching to the icub gazebo control boards. The robot was not moving, this is why velocities and acceleration are 0.
Anyhow, I can load all files correctly and now are all ~ of the same size as expected(~ 9 MB for 2 min of acquisition) except for the last one that has been save with what we had, on closure.

With the previous version of tdd the first files were smaller (~ 2MB) and probably corrupted for #110

I think we can say that this have been fixed, closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants