ami-iit / robot-log-visualizer

Visualizer to display the data logged with YarpRobotLoggerDevice
BSD 3-Clause "New" or "Revised" License
23 stars 4 forks source link

Programmatically load the content of a mat file #14

Closed GiulioRomualdi closed 2 years ago

GiulioRomualdi commented 2 years ago

In order to allow the user to plot a desired signal it's important to automatically load the mat file independently from its content.

We can assume that the file is created by blf dumper and each signal contains a dataset and timestamp keys

GiulioRomualdi commented 2 years ago

This is a preliminary result

https://user-images.githubusercontent.com/16744101/149424955-3a9e1f18-0b9f-4fc9-8df7-bf12c585e9a4.mp4

The file are automatically parsed by the SignalProvider class and then the names are displayed in the QTreeWidget

15

GiulioRomualdi commented 2 years ago

cc @isorrentino @paolo-viceconte @S-Dafarra